[SCM] libav/experimental: Add a missing dependency for the WebM muxer

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:20:41 UTC 2013


The following commit has been merged in the experimental branch:
commit 1e0957cc6b8058bd1478dda281a299219cb7bfd1
Author: Martin Storsjö <martin at martin.st>
Date:   Tue Dec 21 09:23:35 2010 +0000

    Add a missing dependency for the WebM muxer
    
    This fixes one of the issues found if building with
    --disable-everything --enable-muxer=webm
    
    Originally committed as revision 26066 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 030df2b..5426404 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -286,7 +286,7 @@ OBJS-$(CONFIG_WAV_MUXER)                 += wav.o riff.o
 OBJS-$(CONFIG_WC3_DEMUXER)               += wc3movie.o
 OBJS-$(CONFIG_WEBM_MUXER)                += matroskaenc.o matroska.o \
                                             riff.o isom.o avc.o \
-                                            flacenc_header.o
+                                            flacenc_header.o avlanguage.o
 OBJS-$(CONFIG_WSAUD_DEMUXER)             += westwood.o
 OBJS-$(CONFIG_WSVQA_DEMUXER)             += westwood.o
 OBJS-$(CONFIG_WV_DEMUXER)                += wv.o apetag.o

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list