diff --git a/OpenImageIO-uninit.patch b/OpenImageIO-uninit.patch index 0ed27ca..ddbf809 100644 --- a/OpenImageIO-uninit.patch +++ b/OpenImageIO-uninit.patch @@ -5,7 +5,7 @@ wx = evalBSplineWeights (float4(sfrac)); wy = evalBSplineWeights (float4(tfrac)); -#if (defined(__i386__) && !defined(__x86_64__)) || defined(__aarch64__) -+#if !defined(__x86_64__)) ++#if !defined(__x86_64__) // Some platforms complain here about these being uninitialized, // so initialize them. Don't waste the cycles for platforms that // don't seem to have that error. It's a false positive -- this