diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-10-19 22:10:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-10-19 22:10:15 +0000 |
commit | 6f571d89c1cfafcf25c95202eb7e44452fc612d7 (patch) | |
tree | 5ad23d9c053593d008883833d5dff8b8da2fad41 /libavformat/Makefile | |
parent | 47e9f6217db7617377e53e7087b9d0e17eed9294 (diff) | |
download | ffmpeg-6f571d89c1cfafcf25c95202eb7e44452fc612d7.tar.gz |
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
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 \ |