diff Makefile @ 638:0012f75c92bb libavcodec

altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
author michaelni
date Mon, 02 Sep 2002 08:48:12 +0000
parents 57b9a37546a0
children d2f47c6c6b41
line wrap: on
line diff
--- a/Makefile	Sun Sep 01 20:54:38 2002 +0000
+++ b/Makefile	Mon Sep 02 08:48:12 2002 +0000
@@ -73,6 +73,10 @@
 endif
 
 ifeq ($(TARGET_ARCH_POWERPC),yes)
+OBJS += ppc/dsputil_ppc.o
+endif
+
+ifeq ($(TARGET_ALTIVEC),yes)
 CFLAGS += -faltivec
 OBJS += ppc/dsputil_altivec.o
 endif