diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-01-08 21:56:28 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-01-08 21:56:28 -0300 |
commit | 81318916954d0e5b279b7562922c9125acadfceb (patch) | |
tree | d2b57a4110c9dc46994b457fd9caaafebefa9ad6 /drivers | |
parent | 78f4b937034c8bc24c2a871b1fc08ecbe39d0e5e (diff) | |
parent | 08cfad00ddf7990b16855c28ade237e79bd52afe (diff) |
Merge pull request #1151 from rraallvv/master
OS X: Add keyboard layout detection and fix build
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/theoraplayer/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/theoraplayer/SCsub b/drivers/theoraplayer/SCsub index 419f2b65ae..09fb13d8e9 100644 --- a/drivers/theoraplayer/SCsub +++ b/drivers/theoraplayer/SCsub @@ -70,7 +70,7 @@ if env["platform"] == "iphone": env_theora.Append(CPPFLAGS=["-D_IOS", "-D__ARM_NEON__", "-fstrict-aliasing", "-fmessage-length=210", "-fdiagnostics-show-note-include-stack", "-fmacro-backtrace-limit=0", "-fcolor-diagnostics", "-Wno-trigraphs", "-fpascal-strings", "-fvisibility=hidden", "-fvisibility-inlines-hidden"]) env_theora.Append(CPPFLAGS=["-D_LIB", "-D__THEORA"]) # removed -D_YUV_C -env_theora.Append(CPPFLAGS=["-D_YUV_LIBYUV", "-DLIBYUV_NEON"]) +env_theora.Append(CPPFLAGS=["-D_YUV_LIBYUV"]) #env_theora.Append(CPPFLAGS=["-D_YUV_C"]) if env["platform"] == "iphone": |