Mercurial > libavcodec.hg
changeset 8312:87ae12cd9db0 libavcodec
Let imgresample altivec code build
author | lu_zero |
---|---|
date | Sat, 13 Dec 2008 10:53:30 +0000 |
parents | cfa400ec2a75 |
children | 2eaafc02cd3d |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Dec 13 10:52:34 2008 +0000 +++ b/Makefile Sat Dec 13 10:53:30 2008 +0000 @@ -459,6 +459,7 @@ 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