summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRhody Lugo <rhodylugo@me.com>2015-01-04 13:00:32 -0430
committerRhody Lugo <rhodylugo@me.com>2015-01-04 13:00:32 -0430
commitbd184adfebe0cc0aa2cdf2bedfb7b313b51fac02 (patch)
tree86b2130d316ee611e67a0194370eb92ad91e58f1 /drivers
parenta8bcb96ad4c940c93d3fd561ddd29ce38b529303 (diff)
Fix issue #1113
Diffstat (limited to 'drivers')
-rw-r--r--drivers/theoraplayer/SCsub4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/theoraplayer/SCsub b/drivers/theoraplayer/SCsub
index 419f2b65ae..2cf34abde5 100644
--- a/drivers/theoraplayer/SCsub
+++ b/drivers/theoraplayer/SCsub
@@ -67,10 +67,10 @@ if env["platform"] == "iphone":
sources.append("src/AVFoundation/TheoraVideoClip_AVFoundation.mm")
env.Append(LINKFLAGS=['-framework', 'CoreVideo', '-framework', 'CoreMedia', '-framework', 'AVFoundation'])
if env["target"] == "release":
- 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_IOS", "-D__ARM_NEON__", "-DLIBYUV_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":