From cbdd9b538653e5e1f3456ad320896584d74e8337 Mon Sep 17 00:00:00 2001 From: Roman Shaposhnik Date: Sat, 24 Apr 2004 02:02:54 +0000 Subject: [PATCH] * Enabling UltraSparc stuff wit _SPARC64 Originally committed as revision 3049 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 1af656dbac..1e246fa8f2 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -161,7 +161,7 @@ ifeq ($(TARGET_ARCH_SH4),yes) 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