Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-gst-0_10-plugins-base
0001-audioresample-It-s-HAVE_EMMINTRIN_H-not-HA...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-audioresample-It-s-HAVE_EMMINTRIN_H-not-HAVE_XMMINTR.patch of Package mingw64-gst-0_10-plugins-base
From 4e3d101aa854cfee633a9689efeb75e5001baa5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> Date: Mon, 20 Jan 2014 16:11:04 +0100 Subject: [PATCH] audioresample: It's HAVE_EMMINTRIN_H, not HAVE_XMMINTRIN_H for SSE2 --- gst/audioresample/resample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c index 481fa01..4410bdd 100644 --- a/gst/audioresample/resample.c +++ b/gst/audioresample/resample.c @@ -83,7 +83,7 @@ #endif #ifdef _USE_SSE2 -#if !defined(__SSE2__) || !defined(HAVE_XMMINTRIN_H) +#if !defined(__SSE2__) || !defined(HAVE_EMMINTRIN_H) #undef _USE_SSE2 #endif #endif -- 2.1.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor