From a6a12a8a5c5003b213f3a7b32730ab99e4a0d28d Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Thu, 16 Sep 2004 19:05:22 +0000 Subject: h264 qpel mc, size 16 patch by (Romain Dolbeau ) Originally committed as revision 3472 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 2bb8eedd8f..80cc01ab03 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -167,7 +167,8 @@ endif ifeq ($(TARGET_ALTIVEC),yes) OBJS += ppc/dsputil_altivec.o ppc/mpegvideo_altivec.o ppc/idct_altivec.o \ - ppc/fft_altivec.o ppc/gmc_altivec.o ppc/fdct_altivec.o + ppc/fft_altivec.o ppc/gmc_altivec.o ppc/fdct_altivec.o \ + ppc/dsputil_h264_altivec.o endif ifeq ($(TARGET_ARCH_SH4),yes) -- cgit v1.2.3