diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-02-08 22:45:36 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-02-08 22:45:36 +0100 |
commit | f7529d417dfed775da3de9eeadf7a7a39a21c094 (patch) | |
tree | c84d84c6b58b2ed62ae3e7ebc83a6b0ae23038fa /platform/iphone/detect.py | |
parent | a5963500b9b1b4cc965c2ff14d1f50ca955f4964 (diff) |
Remove obsolete define in the iOS buildsystem code
This define was used by the WebM/libvpx code, but it's now removed
in `master`.
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r-- | platform/iphone/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index 4e4b0d81c3..f442235e7c 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"]: |