From f87462ccef6c750ddd94793af52e2a107279bc17 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 26 Apr 2007 17:35:31 +0000 Subject: proper dependency on mpegts_demuxer for rtp_muxer Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 8ce7dbb6de..92f387f971 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -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) -- cgit v1.2.3