summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-02 17:21:51 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-14 13:45:40 +0100
commitd0adf55c05beaf80420747dded2d1884bff377ec (patch)
tree905a131f7004b0ac9f927bcb44593dd6d8b95cb9 /configure
parent07ea8a7e943ea6a7bdcd736e2fc3ed357dc15c57 (diff)
configure: Split some logical blocks off from CONFIG_LIST
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure54
1 files changed, 33 insertions, 21 deletions
diff --git a/configure b/configure
index 81e38c5c04..be4f18d8aa 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
"