[SCM] libav/experimental: Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. based on a patch by Denes Balatoni, dbalatoni interware hu
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:07:06 UTC 2013
The following commit has been merged in the experimental branch:
commit b3e4d266f4fc7550a3416bf27128931144c05b05
Author: Diego Biurrun <diego at biurrun.de>
Date: Thu Sep 13 09:13:56 2007 +0000
Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.
based on a patch by Denes Balatoni, dbalatoni interware hu
Originally committed as revision 10486 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3efe552..e8bebad 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -381,7 +381,7 @@ ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \
OBJS-$(ARCH_SPARC) += sparc/dsputil_vis.o \
sparc/simple_idct_vis.o \
-sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc
+sparc/dsputil_vis.o sparc/simple_idct_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc
OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list