From dca044c1d8c4722c65ab835b9c36d8569b8f49ec Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Wed, 4 Jan 2017 13:30:10 -0600 Subject: [PATCH] Fix patch. --- OpenImageIO-uninit.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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