diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-28 13:01:41 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-28 13:02:19 +0200 |
commit | 579e2b2874aeaa9cfdeed1fd1408767e33a63029 (patch) | |
tree | 021938ef7311d1439e74b710d721a8668c41d712 /libavformat/Makefile | |
parent | 1c0ce2d4e0e70fcc42aa73fb5284f621025bb6c4 (diff) | |
parent | 23f741f79327e31be7b2a75ebb2e02111e06e52f (diff) | |
download | ffmpeg-579e2b2874aeaa9cfdeed1fd1408767e33a63029.tar.gz |
Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'
* commit '23f741f79327e31be7b2a75ebb2e02111e06e52f':
matroskadec: parse the channel layout mask for FLAC
Conflicts:
libavformat/oggparsevorbis.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index c2411ca63c..365481ecb2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -205,7 +205,8 @@ 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 \ + 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 |