diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2004-04-24 02:02:54 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2004-04-24 02:02:54 +0000 |
commit | cbdd9b538653e5e1f3456ad320896584d74e8337 (patch) | |
tree | 7937189e7cc2a509738226d0b9162504f171389a | |
parent | 44f54ceb3084eb8cb5ba96887ecb0041dec9a520 (diff) | |
download | ffmpeg-cbdd9b538653e5e1f3456ad320896584d74e8337.tar.gz |
* Enabling UltraSparc stuff wit _SPARC64
Originally committed as revision 3049 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |