[FFmpeg-cvslog] r11384 - trunk/libavformat/Makefile
lucabe
subversion
Thu Jan 3 12:59:20 CET 2008
Author: lucabe
Date: Thu Jan 3 12:59:20 2008
New Revision: 11384
Log:
Fix the RTP muxer dependencies
Modified:
trunk/libavformat/Makefile
Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile (original)
+++ trunk/libavformat/Makefile Thu Jan 3 12:59:20 2008
@@ -121,7 +121,7 @@ OBJS-$(CONFIG_RM_DEMUXER)
OBJS-$(CONFIG_RM_MUXER) += rmenc.o
OBJS-$(CONFIG_ROQ_DEMUXER) += idroq.o
OBJS-$(CONFIG_ROQ_MUXER) += raw.o
-OBJS-$(CONFIG_RTP_MUXER) += rtp.o rtp_h264.o rtp_mpv.o rtp_aac.o
+OBJS-$(CONFIG_RTP_MUXER) += rtp.o rtp_h264.o rtsp.o rtp_mpv.o rtp_aac.o
OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o
OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o
OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o
More information about the ffmpeg-cvslog
mailing list