Remove obsolete define in the iOS buildsystem code

This define was used by the WebM/libvpx code, but it's now removed
in `master`.
This commit is contained in:
Hugo Locurcio 2022-02-08 22:45:36 +01:00
parent a5963500b9
commit f7529d417d
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -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"]: