[FFmpeg-cvslog] Fix copmilation with --disable-everything --enable-muxer=mxf.

Carl Eugen Hoyos git at videolan.org
Sat Sep 10 20:39:30 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Sep 10 20:37:55 2011 +0200| [60599c68b04ec9d8b09750dd3f45f6ce92e61d35] | committer: Carl Eugen Hoyos

Fix copmilation with --disable-everything --enable-muxer=mxf.

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

 libavcodec/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index c9d5781..47e8e36 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -559,6 +559,7 @@ OBJS-$(CONFIG_MOV_DEMUXER)             += mpeg4audio.o mpegaudiodata.o
 OBJS-$(CONFIG_MOV_MUXER)               += mpeg4audio.o mpegaudiodata.o
 OBJS-$(CONFIG_MPEGTS_MUXER)            += mpegvideo.o mpeg4audio.o
 OBJS-$(CONFIG_MPEGTS_DEMUXER)          += mpeg4audio.o mpegaudiodata.o
+OBJS-$(CONFIG_MXF_MUXER)               += timecode.o
 OBJS-$(CONFIG_NUT_MUXER)               += mpegaudiodata.o
 OBJS-$(CONFIG_OGG_DEMUXER)             += flacdec.o flacdata.o flac.o \
                                           dirac.o mpeg12data.o vorbis_data.o



More information about the ffmpeg-cvslog mailing list