Commit 12408a0d authored by romansh's avatar romansh

   * Enabling UltraSparc stuff wit _SPARC64


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3049 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c9858fd1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment