diff options
author | James Morrison <ja2morri@csclub.uwaterloo.ca> | 2004-04-24 15:16:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-24 15:16:23 +0000 |
commit | bb476ff36743d7b2bf61a2c8b5741d050e25adbc (patch) | |
tree | 2cbe0667cf53351badbf9e99646d9c3885878df1 /libavformat | |
parent | aab9cdcff89b63eefd581758809a56895ba8d903 (diff) | |
download | ffmpeg-bb476ff36743d7b2bf61a2c8b5741d050e25adbc.tar.gz |
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')
-rw-r--r-- | libavformat/Makefile | 4 |
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) |