forked from FFmpeg/FFmpeg
Add a few explanatory comments.
Originally committed as revision 8933 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b09432ad47
commit
912f314854
1 changed files with 8 additions and 0 deletions
8
configure
vendored
8
configure
vendored
|
@ -670,6 +670,9 @@ CMDLINE_SELECT="
|
||||||
static
|
static
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# code dependency declarations
|
||||||
|
|
||||||
|
# decoders / encoders
|
||||||
dxa_decoder_deps="zlib"
|
dxa_decoder_deps="zlib"
|
||||||
flashsv_decoder_deps="zlib"
|
flashsv_decoder_deps="zlib"
|
||||||
flashsv_encoder_deps="zlib"
|
flashsv_encoder_deps="zlib"
|
||||||
|
@ -681,6 +684,7 @@ xvid_encoder_deps="xvid"
|
||||||
zmbv_decoder_deps="zlib"
|
zmbv_decoder_deps="zlib"
|
||||||
zmbv_encoder_deps="zlib"
|
zmbv_encoder_deps="zlib"
|
||||||
|
|
||||||
|
# external libraries
|
||||||
aac_decoder_deps="libfaad"
|
aac_decoder_deps="libfaad"
|
||||||
mpeg4aac_decoder_deps="libfaad"
|
mpeg4aac_decoder_deps="libfaad"
|
||||||
faac_encoder_deps="libfaac"
|
faac_encoder_deps="libfaac"
|
||||||
|
@ -699,6 +703,7 @@ mp3lame_encoder_deps="libmp3lame"
|
||||||
libvorbis_decoder_deps="libvorbis"
|
libvorbis_decoder_deps="libvorbis"
|
||||||
libvorbis_encoder_deps="libvorbis"
|
libvorbis_encoder_deps="libvorbis"
|
||||||
|
|
||||||
|
# demuxers / muxers
|
||||||
ac3_demuxer_deps="ac3_parser"
|
ac3_demuxer_deps="ac3_parser"
|
||||||
audio_demuxer_deps_any="audio_oss audio_beos"
|
audio_demuxer_deps_any="audio_oss audio_beos"
|
||||||
audio_muxer_deps_any="audio_oss audio_beos"
|
audio_muxer_deps_any="audio_oss audio_beos"
|
||||||
|
@ -717,14 +722,17 @@ video_grab_bktr_demuxer_deps="bktr"
|
||||||
video_grab_v4l_demuxer_deps="v4l"
|
video_grab_v4l_demuxer_deps="v4l"
|
||||||
x11_grab_device_demuxer_deps="x11grab"
|
x11_grab_device_demuxer_deps="x11grab"
|
||||||
|
|
||||||
|
# protocols
|
||||||
http_protocol_deps="network"
|
http_protocol_deps="network"
|
||||||
rtp_protocol_deps="udp_protocol"
|
rtp_protocol_deps="udp_protocol"
|
||||||
tcp_protocol_deps="network"
|
tcp_protocol_deps="network"
|
||||||
udp_protocol_deps="network"
|
udp_protocol_deps="network"
|
||||||
|
|
||||||
|
# programs
|
||||||
ffplay_deps="sdl"
|
ffplay_deps="sdl"
|
||||||
ffserver_deps="muxers rtp_protocol"
|
ffserver_deps="muxers rtp_protocol"
|
||||||
|
|
||||||
|
|
||||||
# set temporary file name
|
# set temporary file name
|
||||||
if test ! -z "$TMPDIR" ; then
|
if test ! -z "$TMPDIR" ; then
|
||||||
TMPDIR1="${TMPDIR}"
|
TMPDIR1="${TMPDIR}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue