From 7be230b5fa580a0a70ea18a58c34e99b5f50ae10 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 6 May 2014 17:39:19 +0200 Subject: [PATCH] avcodec/x86/Makefile: remove duplicate line Signed-off-by: Michael Niedermayer --- libavcodec/x86/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 40f884060d..1607d42b90 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