aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDirk Farin <dirk.farin@gmail.com>2013-09-02 14:33:14 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-03 19:34:04 +0200
commit902a5fa7228d92bf7e0a8f523a25cf72d31afab4 (patch)
tree0dc192452ab17e725c16fb40cad7107dccc91ded /libavformat/Makefile
parent771e2e59e2afeba6f195645678645b8c874e59a2 (diff)
downloadffmpeg-902a5fa7228d92bf7e0a8f523a25cf72d31afab4.tar.gz
avformat: H265 demuxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
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