diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-15 21:18:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-15 21:23:57 +0200 |
commit | 12cc3bf29ae4c0bc843f48efaad1df3e88fce63a (patch) | |
tree | 6b25599273df83080635a54886b1fb408582640c /libavformat/Makefile | |
parent | 59352a07d856a67b81fe3480ac4644a92beac113 (diff) | |
download | ffmpeg-12cc3bf29ae4c0bc843f48efaad1df3e88fce63a.tar.gz |
avformat: rename a few more h.265 to HEVC
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 510701278e..9d4b6268ad 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -166,7 +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_HEVC_DEMUXER) += hevcdec.o rawdec.o OBJS-$(CONFIG_HLS_DEMUXER) += hls.o OBJS-$(CONFIG_HLS_MUXER) += hlsenc.o OBJS-$(CONFIG_ICO_DEMUXER) += icodec.o |