Commit bfe9f48a authored by Diego Biurrun's avatar Diego Biurrun

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

parent efd34918
...@@ -940,7 +940,6 @@ PROGRAM_LIST=" ...@@ -940,7 +940,6 @@ PROGRAM_LIST="
CONFIG_LIST=" CONFIG_LIST="
$COMPONENT_LIST $COMPONENT_LIST
$PROGRAM_LIST $PROGRAM_LIST
ac3dsp
avcodec avcodec
avdevice avdevice
avfilter avfilter
...@@ -955,7 +954,6 @@ CONFIG_LIST=" ...@@ -955,7 +954,6 @@ CONFIG_LIST="
fastdiv fastdiv
fft fft
frei0r frei0r
gcrypt
gnutls gnutls
gpl gpl
gray gray
...@@ -987,18 +985,14 @@ CONFIG_LIST=" ...@@ -987,18 +985,14 @@ CONFIG_LIST="
lsp lsp
mdct mdct
memalign_hack memalign_hack
mpegaudiodsp
nettle
network network
nonfree nonfree
openssl openssl
pic pic
rdft rdft
rtpdec
runtime_cpudetect runtime_cpudetect
safe_bitstream_reader safe_bitstream_reader
shared shared
sinewin
small small
sram sram
static static
...@@ -1204,7 +1198,9 @@ HAVE_LIST=" ...@@ -1204,7 +1198,9 @@ HAVE_LIST="
# options emitted with CONFIG_ prefix but not available on command line # options emitted with CONFIG_ prefix but not available on command line
CONFIG_EXTRA=" CONFIG_EXTRA="
aandcttables aandcttables
ac3dsp
avutil avutil
gcrypt
golomb golomb
gplv3 gplv3
h264chroma h264chroma
...@@ -1214,6 +1210,10 @@ CONFIG_EXTRA=" ...@@ -1214,6 +1210,10 @@ CONFIG_EXTRA="
huffman huffman
lgplv3 lgplv3
lpc lpc
mpegaudiodsp
nettle
rtpdec
sinewin
vp3dsp vp3dsp
" "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment