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

diego subversion
Tue Oct 20 00:10:15 CEST 2009


Author: diego
Date: Tue Oct 20 00:10:15 2009
New Revision: 20324

Log:
Remove some duplicate object dependencies for the RTSP demuxer.
They are already covered by its dependency on the SDP demuxer.

Modified:
   trunk/libavformat/Makefile

Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile	Tue Oct 20 00:03:02 2009	(r20323)
+++ trunk/libavformat/Makefile	Tue Oct 20 00:10:15 2009	(r20324)
@@ -204,10 +204,7 @@ OBJS-$(CONFIG_RTP_MUXER)                
                                             rtpenc.o      \
                                             rtpenc_h264.o \
                                             avc.o
-OBJS-$(CONFIG_RTSP_DEMUXER)              += rtsp.o        \
-                                            rdt.o         \
-                                            rtp_asf.o     \
-                                            rtp_vorbis.o
+OBJS-$(CONFIG_RTSP_DEMUXER)              += rtsp.o
 OBJS-$(CONFIG_SDP_DEMUXER)               += rtsp.o        \
                                             rdt.o         \
                                             rtp.o         \



More information about the ffmpeg-cvslog mailing list