summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorJames Morrison <ja2morri@csclub.uwaterloo.ca>2004-04-24 15:16:23 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-24 15:16:23 +0000
commitbb476ff36743d7b2bf61a2c8b5741d050e25adbc (patch)
tree2cbe0667cf53351badbf9e99646d9c3885878df1 /libavformat/Makefile
parentaab9cdcff89b63eefd581758809a56895ba8d903 (diff)
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index b986afa240..46a01feeab 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -70,6 +70,10 @@ ifeq ($(CONFIG_VORBIS),yes)
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)