From bcb7220d1cf99d5090ed8f6ff76421d8f506ec3a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 27 Jul 2014 23:27:14 +0200 Subject: [PATCH] Fix standalone compilation of the webm_dash_manifest demuxer. --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 2a3bb0b6e7..a68211f389 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