diff options
author | Dirk Farin <dirk.farin@gmail.com> | 2013-09-12 09:14:45 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-31 20:20:24 +0100 |
commit | 5846646296e377e093441dfe9eadde38ff1f7c99 (patch) | |
tree | 09896e5c6f980678401b8962a3d81cf39268521f /libavformat/Makefile | |
parent | e1c058dba930c1f6f180e04d9e26dbda261cedbc (diff) | |
download | ffmpeg-5846646296e377e093441dfe9eadde38ff1f7c99.tar.gz |
Add raw HEVC demuxer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index d474784225..a83c60e87e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -140,6 +140,7 @@ OBJS-$(CONFIG_H263_DEMUXER) += h263dec.o rawdec.o OBJS-$(CONFIG_H263_MUXER) += rawenc.o OBJS-$(CONFIG_H264_DEMUXER) += h264dec.o rawdec.o OBJS-$(CONFIG_H264_MUXER) += rawenc.o +OBJS-$(CONFIG_HEVC_DEMUXER) += hevcdec.o rawdec.o OBJS-$(CONFIG_HLS_DEMUXER) += hls.o OBJS-$(CONFIG_HLS_MUXER) += hlsenc.o OBJS-$(CONFIG_HNM_DEMUXER) += hnm.o |