proper dependency on mpegts_demuxer for rtp_muxer

Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-04-26 17:35:31 +00:00
parent a53cc2a40f
commit f87462ccef
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -707,7 +707,7 @@ libnut_demuxer_deps="libnut"
libnut_muxer_deps="libnut"
ogg_muxer_deps="libogg"
redir_demuxer_deps="network"
rtp_muxer_deps="network"
rtp_muxer_deps="network mpegts_demuxer"
rtsp_demuxer_deps="network"
sdp_demuxer_deps="network"
v4l2_demuxer_deps="v4l2"

View File

@ -160,7 +160,7 @@ OBJS+= avio.o aviobuf.o
OBJS-$(CONFIG_PROTOCOLS) += file.o
OBJS-$(CONFIG_NETWORK) += udp.o tcp.o http.o rtsp.o rtp.o \
rtpproto.o mpegts.o rtp_h264.o
rtpproto.o rtp_h264.o
NAME=avformat
LIBVERSION=$(LAVFVERSION)