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 protocols
" "
HWACCEL_LIST=" EXTERNAL_LIBRARY_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
avisynth avisynth
bzlib bzlib
dct
doc
fft
frei0r frei0r
gnutls gnutls
gpl
gray
hardcoded_tables
libcdio libcdio
libdc1394 libdc1394
libfaac libfaac
@ -1074,13 +1041,52 @@ CONFIG_LIST="
libx264 libx264
libxavs libxavs
libxvid 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 lsp
lzo lzo
mdct mdct
memalign_hack memalign_hack
network network
nonfree nonfree
openssl
pic pic
rdft rdft
runtime_cpudetect runtime_cpudetect
@ -1093,8 +1099,6 @@ CONFIG_LIST="
thumb thumb
version3 version3
xmm_clobber_test xmm_clobber_test
x11grab
zlib
" "
THREADS_LIST=' THREADS_LIST='