[FFmpeg-cvslog] r20323 - trunk/libavformat/Makefile

diego subversion
Tue Oct 20 00:03:02 CEST 2009


Author: diego
Date: Tue Oct 20 00:03:02 2009
New Revision: 20323

Log:
Add missing rdt.o dependency for SDP demuxer.
This fixes the build when the RTSP demuxer is disabled.

Modified:
   trunk/libavformat/Makefile

Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile	Mon Oct 19 23:59:17 2009	(r20322)
+++ trunk/libavformat/Makefile	Tue Oct 20 00:03:02 2009	(r20323)
@@ -209,6 +209,7 @@ OBJS-$(CONFIG_RTSP_DEMUXER)             
                                             rtp_asf.o     \
                                             rtp_vorbis.o
 OBJS-$(CONFIG_SDP_DEMUXER)               += rtsp.o        \
+                                            rdt.o         \
                                             rtp.o         \
                                             rtpdec.o      \
                                             rtp_asf.o     \



More information about the ffmpeg-cvslog mailing list