[SCM] libav/experimental: Fix the RTP muxer dependencies

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:11:10 UTC 2013


The following commit has been merged in the experimental branch:
commit d80906e7b4a153fd98ee0b792de5324639efa913
Author: Luca Abeni <lucabe72 at email.it>
Date:   Thu Jan 3 11:59:20 2008 +0000

    Fix the RTP muxer dependencies
    
    Originally committed as revision 11384 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 4d2094a..b2ed240 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -121,7 +121,7 @@ OBJS-$(CONFIG_RM_DEMUXER)                += rmdec.o
 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list