diff options
author | Tim Walker <tdskywalker@gmail.com> | 2014-03-03 14:53:44 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-09 18:09:40 +0100 |
commit | a823d0948683bd97dd58556b5740e434166209a8 (patch) | |
tree | bf75fbb659951c081a7f495560c544cc9090fe8e /libavformat/Makefile | |
parent | 4f3db5d3418a24f3b90422e98ad75388052c4284 (diff) | |
download | ffmpeg-a823d0948683bd97dd58556b5740e434166209a8.tar.gz |
matroskaenc: write private data in hvcC format for HEVC.
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 a3cd5047f0..5694314af2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -168,7 +168,7 @@ OBJS-$(CONFIG_M4V_MUXER) += rawenc.o OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.o \ isom.o rmsipr.o OBJS-$(CONFIG_MATROSKA_MUXER) += matroskaenc.o matroska.o \ - isom.o avc.o \ + isom.o avc.o hevc.o \ flacenc_header.o avlanguage.o wv.o OBJS-$(CONFIG_MD5_MUXER) += md5enc.o OBJS-$(CONFIG_MJPEG_DEMUXER) += rawdec.o |