Commit d0adf55c authored by Diego Biurrun's avatar Diego Biurrun

configure: Split some logical blocks off from CONFIG_LIST

parent 07ea8a7e
...@@ -1156,6 +1156,18 @@ EXTERNAL_LIBRARY_LIST=" ...@@ -1156,6 +1156,18 @@ EXTERNAL_LIBRARY_LIST="
zlib zlib
" "
FEATURE_LIST="
gray
hardcoded_tables
runtime_cpudetect
safe_bitstream_reader
shared
small
sram
static
swscale_alpha
"
HWACCEL_LIST=" HWACCEL_LIST="
dxva2 dxva2
vaapi vaapi
...@@ -1173,6 +1185,12 @@ LIBRARY_LIST=" ...@@ -1173,6 +1185,12 @@ LIBRARY_LIST="
swscale swscale
" "
LICENSE_LIST="
gpl
nonfree
version3
"
PROGRAM_LIST=" PROGRAM_LIST="
avconv avconv
avplay avplay
...@@ -1180,40 +1198,34 @@ PROGRAM_LIST=" ...@@ -1180,40 +1198,34 @@ PROGRAM_LIST="
avserver avserver
" "
CONFIG_LIST=" SUBSYSTEM_LIST="
$COMPONENT_LIST
$EXAMPLE_LIST
$EXTERNAL_LIBRARY_LIST
$HWACCEL_LIST
$LIBRARY_LIST
$PROGRAM_LIST
dct dct
doc doc
error_resilience error_resilience
fft fft
gpl
gray
hardcoded_tables
lsp lsp
lzo lzo
mdct 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 memalign_hack
neon_clobber_test neon_clobber_test
network
nonfree
pic pic
pod2man pod2man
rdft
runtime_cpudetect
safe_bitstream_reader
shared
small
sram
static
swscale_alpha
texi2html texi2html
thumb thumb
version3
xmm_clobber_test xmm_clobber_test
" "
......
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