From 537db58b6c514961b466f73065376d84d1d0bca4 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 13 Dec 2008 10:53:30 +0000 Subject: [PATCH] Let imgresample altivec code build Originally committed as revision 16093 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index e1dd0c279d..890d2a7168 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -459,6 +459,7 @@ OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ OBJS-$(ARCH_POWERPC) += ppc/dsputil_ppc.o \ ALTIVEC-OBJS-$(CONFIG_H264_DECODER) += ppc/h264_altivec.o +ALTIVEC-OBJS-$(CONFIG_OLDSCALER) += ppc/imgresample_altivec.o ALTIVEC-OBJS-$(CONFIG_SNOW_DECODER) += ppc/snow_altivec.o ALTIVEC-OBJS-$(CONFIG_VC1_DECODER) += ppc/vc1dsp_altivec.o ALTIVEC-OBJS-$(CONFIG_WMV3_DECODER) += ppc/vc1dsp_altivec.o