Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 14:00:06 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/169842: commit references a PR
Message-ID:  <201207181400.q6IE06Y7046908@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169842; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169842: commit references a PR
Date: Wed, 18 Jul 2012 13:54:39 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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