git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e9f62
)
Remove some duplicate object dependencies for the RTSP demuxer.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 19 Oct 2009 22:10:15 +0000
(22:10 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 19 Oct 2009 22:10:15 +0000
(22:10 +0000)
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
patch
|
blob
|
history
diff --git
a/libavformat/Makefile
b/libavformat/Makefile
index
c865b88
..
22f20b0
100644
(file)
--- 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 \