Skip to content
Snippets Groups Projects
Commit 214cb30b authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit '3fc09b00'


* commit '3fc09b00':
  configure: Move list of external libs to a separate variable

Conflicts:
	configure

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 5f8f9dc4 3fc09b00
No related branches found
No related tags found
No related merge requests found
...@@ -1115,6 +1115,58 @@ COMPONENT_LIST=" ...@@ -1115,6 +1115,58 @@ COMPONENT_LIST="
protocols protocols
" "
EXTERNAL_LIBRARY_LIST="
avisynth
bzlib
crystalhd
fontconfig
frei0r
gnutls
libaacplus
libass
libbluray
libcaca
libcdio
libcelt
libdc1394
libfaac
libfdk_aac
libflite
libfreetype
libgsm
libiec61883
libilbc
libmodplug
libmp3lame
libnut
libopencore_amrnb
libopencore_amrwb
libopencv
libopenjpeg
libopus
libpulse
librtmp
libschroedinger
libsoxr
libspeex
libstagefright_h264
libtheora
libtwolame
libutvideo
libv4l2
libvo_aacenc
libvo_amrwbenc
libvorbis
libvpx
libx264
libxavs
libxvid
openal
openssl
x11grab
zlib
"
DOCUMENT_LIST=" DOCUMENT_LIST="
doc doc
htmlpages htmlpages
...@@ -1152,63 +1204,19 @@ PROGRAM_LIST=" ...@@ -1152,63 +1204,19 @@ PROGRAM_LIST="
CONFIG_LIST=" CONFIG_LIST="
$COMPONENT_LIST $COMPONENT_LIST
$DOCUMENT_LIST $DOCUMENT_LIST
$EXTERNAL_LIBRARY_LIST
$HWACCEL_LIST $HWACCEL_LIST
$LIBRARY_LIST $LIBRARY_LIST
$PROGRAM_LIST $PROGRAM_LIST
avisynth
bzlib
crystalhd
dct dct
dwt dwt
fast_unaligned fast_unaligned
fft fft
fontconfig
frei0r
ftrapv ftrapv
gnutls
gpl gpl
gray gray
hardcoded_tables hardcoded_tables
incompatible_fork_abi incompatible_fork_abi
libaacplus
libass
libbluray
libcaca
libcdio
libcelt
libdc1394
libfaac
libfdk_aac
libflite
libfreetype
libgsm
libiec61883
libilbc
libmodplug
libmp3lame
libnut
libopencore_amrnb
libopencore_amrwb
libopencv
libopenjpeg
libopus
libpulse
librtmp
libschroedinger
libsoxr
libspeex
libstagefright_h264
libtheora
libtwolame
libutvideo
libv4l2
libvo_aacenc
libvo_amrwbenc
libvorbis
libvpx
libx264
libxavs
libxvid
lsp lsp
lzo lzo
mdct mdct
...@@ -1216,8 +1224,6 @@ CONFIG_LIST=" ...@@ -1216,8 +1224,6 @@ CONFIG_LIST="
memory_poisoning memory_poisoning
network network
nonfree nonfree
openal
openssl
pic pic
rdft rdft
runtime_cpudetect runtime_cpudetect
...@@ -1230,8 +1236,6 @@ CONFIG_LIST=" ...@@ -1230,8 +1236,6 @@ CONFIG_LIST="
thumb thumb
version3 version3
xmm_clobber_test xmm_clobber_test
x11grab
zlib
" "
THREADS_LIST=' THREADS_LIST='
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment