# HG changeset patch # User michael # Date 1082819783 0 # Node ID 85439137fc30c0023357bcaa3ca7d17c6ff0d953 # Parent 9cff946a8bb84401263912dd2757246714ac085d vis detection patch by (James Morrison ) diff -r 9cff946a8bb8 -r 85439137fc30 Makefile --- a/Makefile Sat Apr 24 13:10:35 2004 +0000 +++ b/Makefile Sat Apr 24 15:16:23 2004 +0000 @@ -70,6 +70,10 @@ OBJS+= ogg.o endif +ifeq ($(TARGET_ARCH_SPARC64),yes) +CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc +endif + LIB= $(LIBPREF)avformat$(LIBSUF) ifeq ($(BUILD_SHARED),yes) SLIB= $(SLIBPREF)avformat$(SLIBSUF)