# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/lame/hotfix.patch # Copyright (C) 2014 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- lame-3.99.5/libmp3lame/vector/xmm_quantize_sub.c.vanilla 2014-11-30 14:41:48.644000000 +0000 +++ lame-3.99.5/libmp3lame/vector/xmm_quantize_sub.c 2014-11-30 14:42:08.408000000 +0000 @@ -34,6 +34,8 @@ #ifdef HAVE_XMMINTRIN_H +#pragma GCC target ("sse2") + #include typedef union {