diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-07-27 23:27:14 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-07-27 23:27:14 +0200 |
commit | bcb7220d1cf99d5090ed8f6ff76421d8f506ec3a (patch) | |
tree | 5db706a3b9d9833f0f3f6be716b59bff41aca8b9 | |
parent | 54326e0c5016e40a684b19ffa2e75594f578269a (diff) | |
download | ffmpeg-bcb7220d1cf99d5090ed8f6ff76421d8f506ec3a.tar.gz |
Fix standalone compilation of the webm_dash_manifest demuxer.
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |