[FFmpeg-cvslog] configure: Refactor HAVE_ options available on the command line

Diego Biurrun git at videolan.org
Thu Oct 4 12:37:06 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Sep  5 11:35:13 2012 +0200| [fd712a5584f13f8f89b2cd486d5a65a47634ed2a] | committer: Diego Biurrun

configure: Refactor HAVE_ options available on the command line

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd712a5584f13f8f89b2cd486d5a65a47634ed2a
---

 configure |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/configure b/configure
index bca9361..c74693b 100755
--- a/configure
+++ b/configure
@@ -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='



More information about the ffmpeg-cvslog mailing list