configure: Move list of external libs to a separate variable

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2012-10-27 20:02:33 +01:00 committed by Diego Biurrun
parent 45235ac488
commit 3fc09b0081
1 changed files with 41 additions and 37 deletions

78
configure vendored
View File

@ -1011,44 +1011,11 @@ COMPONENT_LIST="
protocols
"
HWACCEL_LIST="
dxva2
vaapi
vda
vdpau
"
LIBRARY_LIST="
avcodec
avdevice
avfilter
avformat
avresample
avutil
swscale
"
PROGRAM_LIST="
avconv
avplay
avprobe
avserver
"
CONFIG_LIST="
$COMPONENT_LIST
$HWACCEL_LIST
$LIBRARY_LIST
$PROGRAM_LIST
EXTERNAL_LIBRARY_LIST="
avisynth
bzlib
dct
doc
fft
frei0r
gnutls
gpl
gray
hardcoded_tables
libcdio
libdc1394
libfaac
@ -1074,13 +1041,52 @@ CONFIG_LIST="
libx264
libxavs
libxvid
openssl
x11grab
zlib
"
HWACCEL_LIST="
dxva2
vaapi
vda
vdpau
"
LIBRARY_LIST="
avcodec
avdevice
avfilter
avformat
avresample
avutil
swscale
"
PROGRAM_LIST="
avconv
avplay
avprobe
avserver
"
CONFIG_LIST="
$COMPONENT_LIST
$EXTERNAL_LIBRARY_LIST
$HWACCEL_LIST
$LIBRARY_LIST
$PROGRAM_LIST
dct
doc
fft
gpl
gray
hardcoded_tables
lsp
lzo
mdct
memalign_hack
network
nonfree
openssl
pic
rdft
runtime_cpudetect
@ -1093,8 +1099,6 @@ CONFIG_LIST="
thumb
version3
xmm_clobber_test
x11grab
zlib
"
THREADS_LIST='