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

jai_menon subversion
Tue Jun 9 20:30:16 CEST 2009


Author: jai_menon
Date: Tue Jun  9 20:30:15 2009
New Revision: 19137

Log:
Add additional dependencies for sdp and rtsp demuxers. This fixes compilation when the rtsp muxer is disabled.

Modified:
   trunk/libavformat/Makefile

Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile	Tue Jun  9 12:06:25 2009	(r19136)
+++ trunk/libavformat/Makefile	Tue Jun  9 20:30:15 2009	(r19137)
@@ -197,8 +197,8 @@ OBJS-$(CONFIG_RTP_MUXER)                
                                             rtpenc.o      \
                                             rtpenc_h264.o \
                                             avc.o
-OBJS-$(CONFIG_RTSP_DEMUXER)              += rdt.o rtsp.o
-OBJS-$(CONFIG_SDP_DEMUXER)               += rtsp.o rtp.o rtpdec.o rtp_h264.o rtp_vorbis.o
+OBJS-$(CONFIG_RTSP_DEMUXER)              += rdt.o rtsp.o rtp_vorbis.o rtp_asf.o
+OBJS-$(CONFIG_SDP_DEMUXER)               += rtsp.o rtp.o rtpdec.o rtp_h264.o rtp_vorbis.o rtp_asf.o
 OBJS-$(CONFIG_SEGAFILM_DEMUXER)          += segafilm.o
 OBJS-$(CONFIG_SHORTEN_DEMUXER)           += raw.o id3v2.o
 OBJS-$(CONFIG_SIFF_DEMUXER)              += siff.o



More information about the ffmpeg-cvslog mailing list