Explorar o código

Remove obsolete define in the iOS buildsystem code

This define was used by the WebM/libvpx code, but it's now removed
in `master`.
Hugo Locurcio %!s(int64=3) %!d(string=hai) anos
pai
achega
f7529d417d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      platform/iphone/detect.py

+ 0 - 1
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"]: