Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529962
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- 1/gst/audioresample/resample.c
0
++ 1/gst/audioresample/resample.c
Lines 77-89 Link Here
77
#define EXPORT G_GNUC_INTERNAL
77
#define EXPORT G_GNUC_INTERNAL
78
78
79
#ifdef _USE_SSE
79
#ifdef _USE_SSE
80
#ifndef HAVE_XMMINTRIN_H
80
#if !defined(__SSE__) || !defined(HAVE_XMMINTRIN_H)
81
#undef _USE_SSE
81
#undef _USE_SSE
82
#endif
82
#endif
83
#endif
83
#endif
84
84
85
#ifdef _USE_SSE2
85
#ifdef _USE_SSE2
86
#ifndef HAVE_EMMINTRIN_H
86
#if !defined(__SSE2__) || !defined(HAVE_EMMINTRIN_H)
87
#undef _USE_SSE2
87
#undef _USE_SSE2
88
#endif
88
#endif
89
#endif
89
#endif

Return to bug 529962