]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/x86/Makefile: remove duplicate line
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 6 May 2014 15:39:19 +0000 (17:39 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 6 May 2014 16:23:42 +0000 (18:23 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/x86/Makefile

index 40f884060d38f473441050c4595f1f702aae1a7e..1607d42b90e324f76973572b37ab574903f18bb6 100644 (file)
@@ -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