Browse Source

* Enabling UltraSparc stuff wit _SPARC64

Originally committed as revision 3049 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Roman Shaposhnik 22 years ago
parent
commit
cbdd9b5386
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/Makefile

+ 1
- 1
libavcodec/Makefile View File

@@ -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


Loading…
Cancel
Save