[FFmpeg-cvslog] Fix standalone compilation of the webm_dash_manifest demuxer.
Carl Eugen Hoyos
git at videolan.org
Sun Jul 27 23:28:18 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Jul 27 23:27:14 2014 +0200| [bcb7220d1cf99d5090ed8f6ff76421d8f506ec3a] | committer: Carl Eugen Hoyos
Fix standalone compilation of the webm_dash_manifest demuxer.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bcb7220d1cf99d5090ed8f6ff76421d8f506ec3a
---
libavcodec/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2a3bb0b..a68211f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -705,6 +705,7 @@ OBJS-$(CONFIG_TAK_DEMUXER) += tak.o
OBJS-$(CONFIG_WEBM_MUXER) += mpeg4audio.o mpegaudiodata.o \
xiph.o flac.o flacdata.o \
vorbis_data.o
+OBJS-$(CONFIG_WEBM_DASH_MANIFEST_DEMUXER) += vorbis_parser.o xiph.o
OBJS-$(CONFIG_WTV_DEMUXER) += mpeg4audio.o mpegaudiodata.o
# libavfilter dependencies
More information about the ffmpeg-cvslog
mailing list