From 47e9f6217db7617377e53e7087b9d0e17eed9294 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 19 Oct 2009 22:03:02 +0000 Subject: [PATCH] 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 --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \