[SCM] libav/experimental: configure: Split some logical blocks off from CONFIG_LIST

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:08 UTC 2014


The following commit has been merged in the experimental branch:
commit d0adf55c05beaf80420747dded2d1884bff377ec
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Nov 2 17:21:51 2013 +0100

    configure: Split some logical blocks off from CONFIG_LIST

diff --git a/configure b/configure
index 81e38c5..be4f18d 100755
--- a/configure
+++ b/configure
@@ -1156,6 +1156,18 @@ EXTERNAL_LIBRARY_LIST="
     zlib
 "
 
+FEATURE_LIST="
+    gray
+    hardcoded_tables
+    runtime_cpudetect
+    safe_bitstream_reader
+    shared
+    small
+    sram
+    static
+    swscale_alpha
+"
+
 HWACCEL_LIST="
     dxva2
     vaapi
@@ -1173,6 +1185,12 @@ LIBRARY_LIST="
     swscale
 "
 
+LICENSE_LIST="
+    gpl
+    nonfree
+    version3
+"
+
 PROGRAM_LIST="
     avconv
     avplay
@@ -1180,40 +1198,34 @@ PROGRAM_LIST="
     avserver
 "
 
-CONFIG_LIST="
-    $COMPONENT_LIST
-    $EXAMPLE_LIST
-    $EXTERNAL_LIBRARY_LIST
-    $HWACCEL_LIST
-    $LIBRARY_LIST
-    $PROGRAM_LIST
+SUBSYSTEM_LIST="
     dct
     doc
     error_resilience
     fft
-    gpl
-    gray
-    hardcoded_tables
     lsp
     lzo
     mdct
+    network
+    rdft
+"
+
+CONFIG_LIST="
+    $COMPONENT_LIST
+    $EXAMPLE_LIST
+    $EXTERNAL_LIBRARY_LIST
+    $FEATURE_LIST
+    $HWACCEL_LIST
+    $LICENSE_LIST
+    $LIBRARY_LIST
+    $PROGRAM_LIST
+    $SUBSYSTEM_LIST
     memalign_hack
     neon_clobber_test
-    network
-    nonfree
     pic
     pod2man
-    rdft
-    runtime_cpudetect
-    safe_bitstream_reader
-    shared
-    small
-    sram
-    static
-    swscale_alpha
     texi2html
     thumb
-    version3
     xmm_clobber_test
 "
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list