Date: Wed, 18 Jul 2012 13:54:25 +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: r301097 - head/multimedia/gstreamer-plugins/files Message-ID: <201207181354.q6IDsPQS077147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Wed Jul 18 13:54:25 2012 New Revision: 301097 URL: http://svn.freebsd.org/changeset/ports/301097 Log: Fix another build issue that doesn't shows up on tinderbox. PR: ports/169842 Reported by: Hans <hm@hm.net.br> Patch tested by: mandree@, submitter Added: head/multimedia/gstreamer-plugins/files/patch-gst_audioresample_float.c (contents, props changed) Added: head/multimedia/gstreamer-plugins/files/patch-gst_audioresample_float.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer-plugins/files/patch-gst_audioresample_float.c Wed Jul 18 13:54:25 2012 (r301097) @@ -0,0 +1,23 @@ +--- gst/audioresample/speex_resampler_float.c.orig 2012-07-17 09:48:45.000000000 +0200 ++++ gst/audioresample/speex_resampler_float.c 2012-07-17 09:49:38.000000000 +0200 +@@ -17,8 +17,20 @@ + * Boston, MA 02111-1307, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ ++#ifdef _USE_SSE ++#ifndef HAVE_XMMINTRIN_H ++#undef _USE_SSE ++#undef _USE_SSE2 ++#else + #define _USE_SSE + #define _USE_SSE2 ++#endif ++#endif ++ + #define FLOATING_POINT + #define OUTSIDE_SPEEX + #define RANDOM_PREFIX resample_float
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207181354.q6IDsPQS077147>