[FFmpeg-cvslog] Fix compilation with --disable-everything --enable-muxer=dv
Clément Bœsch
git at videolan.org
Sun Sep 11 01:49:31 CEST 2011
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Sep 11 01:47:57 2011 +0200| [754d7f23ee6e459ba9e8d4723aaad87ec479d6d8] | committer: Clément Bœsch
Fix compilation with --disable-everything --enable-muxer=dv
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=754d7f23ee6e459ba9e8d4723aaad87ec479d6d8
---
libavcodec/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 47e8e36..9f8264f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -541,7 +541,7 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o
OBJS-$(CONFIG_ADTS_MUXER) += mpeg4audio.o
OBJS-$(CONFIG_CAF_DEMUXER) += mpeg4audio.o mpegaudiodata.o
OBJS-$(CONFIG_DV_DEMUXER) += dvdata.o
-OBJS-$(CONFIG_DV_MUXER) += dvdata.o
+OBJS-$(CONFIG_DV_MUXER) += dvdata.o timecode.o
OBJS-$(CONFIG_FLAC_DEMUXER) += flacdec.o flacdata.o flac.o vorbis_data.o
OBJS-$(CONFIG_FLAC_MUXER) += flacdec.o flacdata.o flac.o vorbis_data.o
OBJS-$(CONFIG_FLV_DEMUXER) += mpeg4audio.o
More information about the ffmpeg-cvslog
mailing list