diff libmpeg2/Makefile @ 13018:adb93ef6b07f

Improved SPARC CPU detection and SPARC compilation fixes. patch by jb13@gomerbud.com
author diego
date Sat, 14 Aug 2004 15:17:39 +0000
parents d0a8810e155c
children 23971209fd32
line wrap: on
line diff
--- a/libmpeg2/Makefile	Sat Aug 14 10:03:26 2004 +0000
+++ b/libmpeg2/Makefile	Sat Aug 14 15:17:39 2004 +0000
@@ -13,6 +13,10 @@
 SRCS += motion_comp_altivec.c idct_altivec.c
 endif
 
+ifeq ($(TARGET_VIS),yes)
+SRCS += motion_comp_vis.c
+endif
+
 .SUFFIXES: .c .o
 
 # .PHONY: all clean