diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-05-26 13:53:13 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-05-28 07:55:14 +0200 |
commit | 106b62f4ba600f24415eaded5e020aeceb23fd59 (patch) | |
tree | 1f4821ef2683b9d1e5c57d3afb3f84ab2cfc15fa /libavformat/Makefile | |
parent | efcde917af407a6031ecff68edd51fce7b83d104 (diff) | |
download | ffmpeg-106b62f4ba600f24415eaded5e020aeceb23fd59.tar.gz |
matroskaenc: write the channel mask for FLAC
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 39cfafa5d3..59fe34e7ad 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -170,7 +170,7 @@ OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.o \ oggparsevorbis.o vorbiscomment.o OBJS-$(CONFIG_MATROSKA_MUXER) += matroskaenc.o matroska.o \ isom.o avc.o hevc.o \ - flacenc_header.o avlanguage.o wv.o + flacenc_header.o avlanguage.o vorbiscomment.o wv.o OBJS-$(CONFIG_MD5_MUXER) += md5enc.o OBJS-$(CONFIG_MJPEG_DEMUXER) += rawdec.o OBJS-$(CONFIG_MJPEG_MUXER) += rawenc.o |