Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
fd712a55
Commit
fd712a55
authored
12 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
configure: Refactor HAVE_ options available on the command line
parent
8be5b0d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+8
-6
8 additions, 6 deletions
configure
with
8 additions
and
6 deletions
configure
+
8
−
6
View file @
fd712a55
...
...
@@ -1107,6 +1107,12 @@ ARCH_EXT_LIST="
vis
"
HAVE_LIST_CMDLINE
=
'
inline_asm
symver
yasm
'
HAVE_LIST_PUB
=
'
bigendian
fast_unaligned
...
...
@@ -1116,6 +1122,7 @@ HAVE_LIST="
$ARCH_EXT_LIST
$(
add_suffix _external
$ARCH_EXT_LIST
)
$(
add_suffix _inline
$ARCH_EXT_LIST
)
$HAVE_LIST_CMDLINE
$HAVE_LIST_PUB
$THREADS_LIST
aligned_malloc
...
...
@@ -1164,7 +1171,6 @@ HAVE_LIST="
gnu_as
ibm_asm
inet_aton
inline_asm
io_h
isatty
isinf
...
...
@@ -1222,7 +1228,6 @@ HAVE_LIST="
struct_sockaddr_sa_len
struct_sockaddr_storage
struct_v4l2_frmivalenum_discrete
symver
symver_asm_label
symver_gnu_asm
sysconf
...
...
@@ -1246,7 +1251,6 @@ HAVE_LIST="
xform_asm
xgetbv
xmm_clobbers
yasm
"
# options emitted with CONFIG_ prefix but not available on command line
...
...
@@ -1278,16 +1282,14 @@ CONFIG_EXTRA="
CMDLINE_SELECT
=
"
$ARCH_EXT_LIST
$CONFIG_LIST
$HAVE_LIST_CMDLINE
$THREADS_LIST
asm
cross_compile
debug
extra_warnings
inline_asm
logging
optimizations
symver
yasm
"
PATHS_LIST
=
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment