[FFmpeg-cvslog] build: fix standalone compilation of Microsoft XMV demuxer

Diego Biurrun git at videolan.org
Fri Dec 23 03:38:01 CET 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Dec 22 21:09:23 2011 +0100| [e2c97aee393a0f74d9ce91c5389b812ffdb0b4e8] | committer: Diego Biurrun

build: fix standalone compilation of Microsoft XMV demuxer

The demuxer depends on the RIFF codec tags code, so link against it.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e2c97aee393a0f74d9ce91c5389b812ffdb0b4e8
---

 libavformat/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index bc89b34..751e1c9 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -311,7 +311,7 @@ OBJS-$(CONFIG_WTV_DEMUXER)               += wtv.o asfdec.o asf.o asfcrypt.o \
                                             avlanguage.o mpegts.o isom.o riff.o
 OBJS-$(CONFIG_WV_DEMUXER)                += wv.o apetag.o
 OBJS-$(CONFIG_XA_DEMUXER)                += xa.o
-OBJS-$(CONFIG_XMV_DEMUXER)               += xmv.o
+OBJS-$(CONFIG_XMV_DEMUXER)               += xmv.o riff.o
 OBJS-$(CONFIG_XWMA_DEMUXER)              += xwma.o riff.o
 OBJS-$(CONFIG_YOP_DEMUXER)               += yop.o
 OBJS-$(CONFIG_YUV4MPEGPIPE_MUXER)        += yuv4mpeg.o



More information about the ffmpeg-cvslog mailing list