| diff --git a/third_party/libopenjpeg20/mct.c b/third_party/libopenjpeg20/mct.c |
| index 8b0276f..7731c15 100644 |
| --- a/third_party/libopenjpeg20/mct.c |
| +++ b/third_party/libopenjpeg20/mct.c |
| * POSSIBILITY OF SUCH DAMAGE. |
| +#if defined(__SSE__) && !defined(_M_IX86) && !defined(__i386) |
| +#if defined(__SSE2__) && !defined(_M_IX86) && !defined(__i386) |
| +#if defined(__SSE4_1__) && !defined(_M_IX86) && !defined(__i386) |
| @@ -72,7 +75,7 @@ const OPJ_FLOAT64 * opj_mct_get_mct_norms_real () |
| /* Forward reversible MCT. */ |
| @@ -137,7 +140,7 @@ void opj_mct_encode( |
| /* Inverse reversible MCT. */ |
| @@ -204,7 +207,7 @@ OPJ_FLOAT64 opj_mct_getnorm(OPJ_UINT32 compno) { |
| /* Forward irreversible MCT. */ |
| void opj_mct_encode_real( |
| @@ -377,7 +380,7 @@ void opj_mct_decode_real( |
| __m128 vrv, vgu, vgv, vbu; |
| vrv = _mm_set1_ps(1.402f); |
| vgu = _mm_set1_ps(0.34413f); |