Dash:
[t2-trunk.git] / package / audio / lame / hotfix.patch
blob12e948be6a5e8b1abf81e74566352e260652b5c4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../lame/hotfix.patch
5 # Copyright (C) 2014 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- lame-3.99.5/libmp3lame/vector/xmm_quantize_sub.c.vanilla 2014-11-30 14:41:48.644000000 +0000
18 +++ lame-3.99.5/libmp3lame/vector/xmm_quantize_sub.c 2014-11-30 14:42:08.408000000 +0000
19 @@ -34,6 +34,8 @@
21 #ifdef HAVE_XMMINTRIN_H
23 +#pragma GCC target ("sse2")
25 #include <xmmintrin.h>
27 typedef union {