svn commit: r301097 - head/multimedia/gstreamer-plugins/files

Koop Mast kwm at FreeBSD.org
Wed Jul 18 13:54:26 UTC 2012


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 at 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



More information about the svn-ports-head mailing list