diff Makefile @ 721:71f669e9f633 libavcodec

ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
author michaelni
date Thu, 03 Oct 2002 20:57:19 +0000
parents 107a56aa74f5
children caa4c757a47d
line wrap: on
line diff
--- a/Makefile	Thu Oct 03 19:49:23 2002 +0000
+++ b/Makefile	Thu Oct 03 20:57:19 2002 +0000
@@ -77,7 +77,7 @@
 endif
 
 ifeq ($(TARGET_MMI),yes)
-OBJS += ps2/dsputil_mmi.o ps2/idct_mmi.o
+OBJS += ps2/dsputil_mmi.o ps2/idct_mmi.o ps2/mpegvideo_mmi.o
 endif
 
 ifeq ($(TARGET_ALTIVEC),yes)