On Wed, 5 Sep 2012, Diego Biurrun wrote:

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

diff --git a/configure b/configure
index f870b14..9398415 100755
--- a/configure
+++ b/configure
@@ -1101,6 +1101,12 @@ ARCH_EXT_LIST="
    vis
"

+HAVE_LIST_CMDLINE='
+    inline_asm
+    symver
+    yasm
+'
+
HAVE_LIST_PUB='
    bigendian
    fast_unaligned
@@ -1110,6 +1116,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
@@ -1157,7 +1164,6 @@ HAVE_LIST="
    gnu_as
    ibm_asm
    inet_aton
-    inline_asm
    io_h
    isatty
    isinf
@@ -1214,7 +1220,6 @@ HAVE_LIST="
    struct_sockaddr_sa_len
    struct_sockaddr_storage
    struct_v4l2_frmivalenum_discrete
-    symver
    symver_asm_label
    symver_gnu_asm
    sysconf
@@ -1238,7 +1243,6 @@ HAVE_LIST="
    xform_asm
    xgetbv
    xmm_clobbers
-    yasm
"

# options emitted with CONFIG_ prefix but not available on command line
@@ -1270,16 +1274,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='
--
1.7.1

I guess this looks acceptable.

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to