diff Makefile @ 1578:6a4cfc5f9f96 libavcodec

AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)
author michael
date Sun, 26 Oct 2003 10:14:05 +0000
parents c5ec7ac5c053
children 639972344c6f
line wrap: on
line diff
--- a/Makefile	Sun Oct 26 09:56:21 2003 +0000
+++ b/Makefile	Sun Oct 26 10:14:05 2003 +0000
@@ -143,7 +143,7 @@
 
 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/fft_altivec.o ppc/gmc_altivec.o ppc/fdct_altivec.o
 endif
 
 ifeq ($(TARGET_ARCH_SH4),yes)