summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-10-19 22:03:02 +0000
committerDiego Biurrun <diego@biurrun.de>2009-10-19 22:03:02 +0000
commit47e9f6217db7617377e53e7087b9d0e17eed9294 (patch)
tree8155d5179d0093c47aab2c26737034ea24ae41f8 /libavformat/Makefile
parent3a408eff35de2f1c7c4462598bafa18a0f55de06 (diff)
Add missing rdt.o dependency for SDP demuxer.
This fixes the build when the RTSP demuxer is disabled. Originally committed as revision 20323 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 615847b04b..c865b88bb5 100644
--- 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 \
+ rdt.o \
rtp.o \
rtpdec.o \
rtp_asf.o \