Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
fd712a55
Commit
fd712a55
authored
Sep 05, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Refactor HAVE_ options available on the command line
parent
8be5b0d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
configure
configure
+8
-6
No files found.
configure
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
=
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment