[FFmpeg-cvslog] configure: Move parts that should not be user-selectable to CONFIG_EXTRA

Diego Biurrun git at videolan.org
Sun Jul 29 02:26:21 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Jul 27 02:06:29 2012 +0200| [bfe9f48ad7f215fd1468689f0d1184f4b7ce38e6] | committer: Diego Biurrun

configure: Move parts that should not be user-selectable to CONFIG_EXTRA

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

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

diff --git a/configure b/configure
index afd9c5a..2be5b98 100755
--- a/configure
+++ b/configure
@@ -940,7 +940,6 @@ PROGRAM_LIST="
 CONFIG_LIST="
     $COMPONENT_LIST
     $PROGRAM_LIST
-    ac3dsp
     avcodec
     avdevice
     avfilter
@@ -955,7 +954,6 @@ CONFIG_LIST="
     fastdiv
     fft
     frei0r
-    gcrypt
     gnutls
     gpl
     gray
@@ -987,18 +985,14 @@ CONFIG_LIST="
     lsp
     mdct
     memalign_hack
-    mpegaudiodsp
-    nettle
     network
     nonfree
     openssl
     pic
     rdft
-    rtpdec
     runtime_cpudetect
     safe_bitstream_reader
     shared
-    sinewin
     small
     sram
     static
@@ -1204,7 +1198,9 @@ HAVE_LIST="
 # options emitted with CONFIG_ prefix but not available on command line
 CONFIG_EXTRA="
     aandcttables
+    ac3dsp
     avutil
+    gcrypt
     golomb
     gplv3
     h264chroma
@@ -1214,6 +1210,10 @@ CONFIG_EXTRA="
     huffman
     lgplv3
     lpc
+    mpegaudiodsp
+    nettle
+    rtpdec
+    sinewin
     vp3dsp
 "
 



More information about the ffmpeg-cvslog mailing list