changeset 5315:c80aaf5c36ab libavformat

Add missing rdt.o dependency for SDP demuxer. This fixes the build when the RTSP demuxer is disabled.
author diego
date Mon, 19 Oct 2009 22:03:02 +0000
parents 3000edd97499
children bb59ce5e6a0e
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Oct 19 18:55:27 2009 +0000
+++ b/Makefile	Mon Oct 19 22:03:02 2009 +0000
@@ -209,6 +209,7 @@
                                             rtp_asf.o     \
                                             rtp_vorbis.o
 OBJS-$(CONFIG_SDP_DEMUXER)               += rtsp.o        \
+                                            rdt.o         \
                                             rtp.o         \
                                             rtpdec.o      \
                                             rtp_asf.o     \