From 610b18e2e3d8ef5eca3e78f33a0625689b8d2bb9 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 8 Mar 2013 20:40:16 -0800 Subject: x86: qpel: Move fullpel and l2 functions to a separate file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way, they can be shared between mpeg4qpel and h264qpel without requiring either one to be compiled unconditionally. Signed-off-by: Martin Storsjö --- libavcodec/x86/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/x86/Makefile') diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index a759e6e9e0..cc60f2f0b3 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -76,3 +76,4 @@ YASM-OBJS += x86/dsputil.o \ x86/fmtconvert.o \ x86/hpeldsp.o \ x86/mpeg4qpel.o \ + x86/qpel.o \ -- cgit v1.2.3