diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-31 16:27:48 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-31 16:29:02 +0200 |
commit | aab2e939a9a1bbf72469a690808dd9644c85ccee (patch) | |
tree | b0546fdcbd9053e31e1008cb05ad8363bc8487fb /libavformat/Makefile | |
parent | e91e626182538cdb31fd57960acbed4cd0361d28 (diff) | |
download | ffmpeg-streaming-aab2e939a9a1bbf72469a690808dd9644c85ccee.zip ffmpeg-streaming-aab2e939a9a1bbf72469a690808dd9644c85ccee.tar.gz |
Fix compilation with --disable-everything --enable-demuxer=matroska.
Fixes ticket #3693.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index fdd0123..7b7156c 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -205,7 +205,7 @@ OBJS-$(CONFIG_LXF_DEMUXER) += lxfdec.o OBJS-$(CONFIG_M4V_DEMUXER) += m4vdec.o rawdec.o OBJS-$(CONFIG_M4V_MUXER) += rawenc.o OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.o \ - isom.o rmsipr.o \ + isom.o rmsipr.o flac_picture.o \ oggparsevorbis.o vorbiscomment.o OBJS-$(CONFIG_MATROSKA_MUXER) += matroskaenc.o matroska.o \ isom.o avc.o hevc.o \ |