From 6f571d89c1cfafcf25c95202eb7e44452fc612d7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 19 Oct 2009 22:10:15 +0000 Subject: Remove some duplicate object dependencies for the RTSP demuxer. They are already covered by its dependency on the SDP demuxer. Originally committed as revision 20324 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index c865b88bb5..22f20b0a3a 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -204,10 +204,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ rtpenc.o \ rtpenc_h264.o \ avc.o -OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o \ - rdt.o \ - rtp_asf.o \ - rtp_vorbis.o +OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \ rdt.o \ rtp.o \ -- cgit v1.2.3