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:
3a408ef
)
Add missing rdt.o dependency for SDP demuxer.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 19 Oct 2009 22:03:02 +0000
(22:03 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 19 Oct 2009 22:03:02 +0000
(22:03 +0000)
This fixes the build when the RTSP demuxer is disabled.
Originally committed as revision 20323 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/Makefile
patch
|
blob
|
history
diff --git
a/libavformat/Makefile
b/libavformat/Makefile
index
615847b
..
c865b88
100644
(file)
--- a/
libavformat/Makefile
+++ b/
libavformat/Makefile
@@
-209,6
+209,7
@@
OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o \
rtp_asf.o \
rtp_vorbis.o
OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \
rtp_asf.o \
rtp_vorbis.o
OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \
+ rdt.o \
rtp.o \
rtpdec.o \
rtp_asf.o \
rtp.o \
rtpdec.o \
rtp_asf.o \