This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: Move list of external libs to a separate variable
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n1.2
Mans Rullgard
Diego Biurrun
12 years ago
parent
45235ac488
commit
3fc09b0081
1 changed files
with
36 additions
and
32 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+36
-32
configure
+ 36
- 32
configure
View File
@@ -1011,6 +1011,41 @@ COMPONENT_LIST="
protocols
"
EXTERNAL_LIBRARY_LIST="
avisynth
bzlib
frei0r
gnutls
libcdio
libdc1394
libfaac
libfdk_aac
libfreetype
libgsm
libilbc
libmp3lame
libopencore_amrnb
libopencore_amrwb
libopencv
libopenjpeg
libopus
libpulse
librtmp
libschroedinger
libspeex
libtheora
libvo_aacenc
libvo_amrwbenc
libvorbis
libvpx
libx264
libxavs
libxvid
openssl
x11grab
zlib
"
HWACCEL_LIST="
dxva2
vaapi
@@ -1036,51 +1071,22 @@ PROGRAM_LIST="
CONFIG_LIST="
$COMPONENT_LIST
$EXTERNAL_LIBRARY_LIST
$HWACCEL_LIST
$LIBRARY_LIST
$PROGRAM_LIST
avisynth
bzlib
dct
doc
fft
frei0r
gnutls
gpl
gray
hardcoded_tables
libcdio
libdc1394
libfaac
libfdk_aac
libfreetype
libgsm
libilbc
libmp3lame
libopencore_amrnb
libopencore_amrwb
libopencv
libopenjpeg
libopus
libpulse
librtmp
libschroedinger
libspeex
libtheora
libvo_aacenc
libvo_amrwbenc
libvorbis
libvpx
libx264
libxavs
libxvid
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='
Write
Preview
Loading…
Cancel
Save