Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 00:17:38 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311892 - head/multimedia/gstreamer-plugins-good/files
Message-ID:  <201302080017.r180Hcrx062650@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302080017.r180Hcrx062650>