[FFmpeg-cvslog] configure: Fix webm_dash_manifest demuxer standalone compilation.

Carl Eugen Hoyos git at videolan.org
Sat Feb 20 00:30:36 CET 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Feb 20 00:29:55 2016 +0100| [e6cbe3ffef8b456eb70a5f8e03559dbd776dff68] | committer: Carl Eugen Hoyos

configure: Fix webm_dash_manifest demuxer standalone compilation.

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

 configure            |    1 +
 libavformat/Makefile |    4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/configure b/configure
index 287896f..a78e228 100755
--- a/configure
+++ b/configure
@@ -2731,6 +2731,7 @@ w64_muxer_select="wav_muxer"
 wav_demuxer_select="riffdec"
 wav_muxer_select="riffenc"
 webm_muxer_select="riffenc"
+webm_dash_manifest_demuxer_select="matroska_demuxer"
 wtv_demuxer_select="riffdec"
 wtv_muxer_select="riffenc"
 xmv_demuxer_select="riffdec"
diff --git a/libavformat/Makefile b/libavformat/Makefile
index aace6f7..b98c1a3 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -476,10 +476,6 @@ OBJS-$(CONFIG_WEBM_MUXER)                += matroskaenc.o matroska.o \
                                             flacenc_header.o avlanguage.o \
                                             wv.o vorbiscomment.o \
                                             webmdashenc.o webm_chunk.o
-OBJS-$(CONFIG_WEBM_DASH_MANIFEST_DEMUXER)+= matroskadec.o matroska.o  \
-                                            isom.o rmsipr.o flac_picture.o \
-                                            oggparsevorbis.o vorbiscomment.o \
-                                            flac_picture.o replaygain.o
 OBJS-$(CONFIG_WEBM_DASH_MANIFEST_MUXER)  += webmdashenc.o matroska.o
 OBJS-$(CONFIG_WEBM_CHUNK_MUXER)          += webm_chunk.o matroska.o
 OBJS-$(CONFIG_WEBP_MUXER)                += webpenc.o



More information about the ffmpeg-cvslog mailing list