Theora: Don't compile unnecessary files, rename "x86_opt_*"

This commit is contained in:
Błażej Szczygieł
2016-10-16 22:22:21 +02:00
parent 89132224a6
commit 4ffa8f224d
6 changed files with 33 additions and 34 deletions

View File

@ -96,7 +96,7 @@ def configure(env):
if env['android_arch']=='x86':
env['NDK_TARGET']=env['NDK_TARGET_X86']
env["x86_opt_gcc"]=True
env["x86_libtheora_opt_gcc"]=True
if env['PLATFORM'] == 'win32':
env.Tool('gcc')