[SCM] libav/experimental: Add missing dependency declaration for raw Dirac demuxer.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:24:50 UTC 2013


The following commit has been merged in the experimental branch:
commit 0c7b4823b3fa03174e05350318522efdd77fd51e
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Jul 7 10:44:34 2008 +0000

    Add missing dependency declaration for raw Dirac demuxer.
    
    Originally committed as revision 14098 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 7e87f6c..bf54059 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -33,6 +33,7 @@ OBJS-$(CONFIG_BFI_DEMUXER)               += bfi.o
 OBJS-$(CONFIG_C93_DEMUXER)               += c93.o vocdec.o voc.o
 OBJS-$(CONFIG_CRC_MUXER)                 += crcenc.o
 OBJS-$(CONFIG_DAUD_DEMUXER)              += daud.o
+OBJS-$(CONFIG_DIRAC_DEMUXER)             += raw.o
 OBJS-$(CONFIG_DIRAC_MUXER)               += raw.o
 OBJS-$(CONFIG_DSICIN_DEMUXER)            += dsicin.o
 OBJS-$(CONFIG_DTS_DEMUXER)               += raw.o

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list