diff options
author | Tim Walker <tdskywalker@gmail.com> | 2014-03-03 14:53:41 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-09 18:09:40 +0100 |
commit | 20b40a597cdd4969cf1147d7c7efee2b6232524b (patch) | |
tree | 0a236e387e8a76a7b09af9fb084ed0d2da8f90e7 /libavformat/Makefile | |
parent | 1d9014f0b008485eac4c19d5f5e11ede59237167 (diff) | |
download | ffmpeg-streaming-20b40a597cdd4969cf1147d7c7efee2b6232524b.zip ffmpeg-streaming-20b40a597cdd4969cf1147d7c7efee2b6232524b.tar.gz |
movenc: write hvcC tag 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 d491d43..a3cd504 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -179,7 +179,7 @@ OBJS-$(CONFIG_MM_DEMUXER) += mm.o OBJS-$(CONFIG_MMF_DEMUXER) += mmf.o pcm.o OBJS-$(CONFIG_MMF_MUXER) += mmf.o OBJS-$(CONFIG_MOV_DEMUXER) += mov.o isom.o mov_chan.o -OBJS-$(CONFIG_MOV_MUXER) += movenc.o isom.o avc.o \ +OBJS-$(CONFIG_MOV_MUXER) += movenc.o isom.o avc.o hevc.o \ movenchint.o mov_chan.o OBJS-$(CONFIG_MP2_MUXER) += mp3enc.o rawenc.o id3v2enc.o OBJS-$(CONFIG_MP3_DEMUXER) += mp3dec.o |