svn commit: r311892 - head/multimedia/gstreamer-plugins-good/files
Koop Mast
kwm at FreeBSD.org
Fri Feb 8 00:17:39 UTC 2013
Author: kwm
Date: Fri Feb 8 00:17:38 2013
New Revision: 311892
URL: http://svnweb.freebsd.org/changeset/ports/311892
Log:
Fix the build on i386 with clang 3.2.
Reported by: Armin Pirkovitsch
Patch submitted by: dim@
Added:
head/multimedia/gstreamer-plugins-good/files/patch-gst_goom_mmx.h (contents, props changed)
Added: head/multimedia/gstreamer-plugins-good/files/patch-gst_goom_mmx.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/gstreamer-plugins-good/files/patch-gst_goom_mmx.h Fri Feb 8 00:17:38 2013 (r311892)
@@ -0,0 +1,18 @@
+--- gst/goom/mmx.h.orig 2011-12-11 19:48:11.000000000 +0100
++++ gst/goom/mmx.h 2013-02-08 00:54:14.000000000 +0100
+@@ -715,13 +715,13 @@ void zoom_filter_xmmx (int prevX, int pr
+ { \
+ printf("emms()\n"); \
+ __asm__ __volatile__ ("emms" \
+- "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \
++ "st", "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \
+ }
+
+ #else
+
+ #define emms() __asm__ __volatile__ ("emms"::: \
+- "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)")
++ "st", "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)")
+
+ #endif
+
More information about the svn-ports-head
mailing list