changeset 1960:d571f4537f52 libavcodec

* Enabling UltraSparc stuff wit _SPARC64
author romansh
date Sat, 24 Apr 2004 02:02:54 +0000
parents 55b7435c59b8
children 603d4a0e974c
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Apr 23 23:38:54 2004 +0000
+++ b/Makefile	Sat Apr 24 02:02:54 2004 +0000
@@ -161,7 +161,7 @@
 OBJS+= sh4/idct_sh4.o sh4/dsputil_sh4.o sh4/dsputil_align.o
 endif
 
-ifeq ($(TARGET_ARCH_SPARC),yes)
+ifeq ($(TARGET_ARCH_SPARC64),yes)
 OBJS+=sparc/dsputil_vis.o
 CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc
 endif