[SCM] libav/experimental: * Enabling UltraSparc stuff wit _SPARC64

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:40:05 UTC 2013


The following commit has been merged in the experimental branch:
commit cbdd9b538653e5e1f3456ad320896584d74e8337
Author: Roman Shaposhnik <roman at shaposhnik.org>
Date:   Sat Apr 24 02:02:54 2004 +0000

       * Enabling UltraSparc stuff wit _SPARC64
    
    Originally committed as revision 3049 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1af656d..1e246fa 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list