[SCM] libav/experimental: Add missing rdt.o dependency for SDP demuxer. This fixes the build when the RTSP demuxer is disabled.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:53:19 UTC 2013


The following commit has been merged in the experimental branch:
commit 47e9f6217db7617377e53e7087b9d0e17eed9294
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Oct 19 22:03:02 2009 +0000

    Add missing rdt.o dependency for SDP demuxer.
    This fixes the build when the RTSP demuxer is disabled.
    
    Originally committed as revision 20323 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 615847b..c865b88 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -209,6 +209,7 @@ OBJS-$(CONFIG_RTSP_DEMUXER)              += rtsp.o        \
                                             rtp_asf.o     \
                                             rtp_vorbis.o
 OBJS-$(CONFIG_SDP_DEMUXER)               += rtsp.o        \
+                                            rdt.o         \
                                             rtp.o         \
                                             rtpdec.o      \
                                             rtp_asf.o     \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list