[FFmpeg-cvslog] avcodec/x86/Makefile: remove duplicate line

Michael Niedermayer git at videolan.org
Tue May 6 18:25:55 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue May  6 17:39:19 2014 +0200| [7be230b5fa580a0a70ea18a58c34e99b5f50ae10] | committer: Michael Niedermayer

avcodec/x86/Makefile: remove duplicate line

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7be230b5fa580a0a70ea18a58c34e99b5f50ae10
---

 libavcodec/x86/Makefile |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 40f8840..1607d42 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -15,7 +15,6 @@ OBJS-$(CONFIG_H263DSP)                 += x86/h263dsp_init.o
 OBJS-$(CONFIG_H264CHROMA)              += x86/h264chroma_init.o
 OBJS-$(CONFIG_H264DSP)                 += x86/h264dsp_init.o
 OBJS-$(CONFIG_H264PRED)                += x86/h264_intrapred_init.o
-OBJS-$(CONFIG_HEVC_DECODER)            += x86/hevcdsp_init.o
 OBJS-$(CONFIG_H264QPEL)                += x86/h264_qpel.o
 OBJS-$(CONFIG_HEVC_DECODER)            += x86/hevcdsp_init.o
 OBJS-$(CONFIG_HPELDSP)                 += x86/hpeldsp_init.o



More information about the ffmpeg-cvslog mailing list