From f7529d417dfed775da3de9eeadf7a7a39a21c094 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 8 Feb 2022 22:45:36 +0100 Subject: [PATCH] Remove obsolete define in the iOS buildsystem code This define was used by the WebM/libvpx code, but it's now removed in `master`. --- platform/iphone/detect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index 4e4b0d81c3a..f442235e7c4 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -120,7 +120,6 @@ def configure(env): ) ) env.Append(CPPDEFINES=["NEED_LONG_INT"]) - env.Append(CPPDEFINES=["LIBYUV_DISABLE_NEON"]) # Disable exceptions on non-tools (template) builds if not env["tools"]: