diff options
author | Dirk Farin <dirk.farin@gmail.com> | 2013-09-02 14:33:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-03 19:34:04 +0200 |
commit | 902a5fa7228d92bf7e0a8f523a25cf72d31afab4 (patch) | |
tree | 0dc192452ab17e725c16fb40cad7107dccc91ded /libavformat/Makefile | |
parent | 771e2e59e2afeba6f195645678645b8c874e59a2 (diff) | |
download | ffmpeg-902a5fa7228d92bf7e0a8f523a25cf72d31afab4.tar.gz |
avformat: H265 demuxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 35d49f7302..ceffa783a7 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -166,6 +166,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_H265_DEMUXER) += h265dec.o rawdec.o OBJS-$(CONFIG_HLS_DEMUXER) += hls.o OBJS-$(CONFIG_HLS_MUXER) += hlsenc.o OBJS-$(CONFIG_ICO_DEMUXER) += icodec.o |