0theora compilation fixes

This commit is contained in:
Juan Linietsky 2015-11-25 00:28:03 -03:00
parent 082e3fbb29
commit b987d2113b
12 changed files with 59 additions and 26 deletions

View file

@ -116,4 +116,4 @@ def configure(env):
env.Append( BUILDERS = { 'GLSL120GLES' : env.Builder(action = methods.build_gles2_headers, suffix = 'glsl.h',src_suffix = '.glsl') } )
#env.Append( BUILDERS = { 'HLSL9' : env.Builder(action = methods.build_hlsl_dx9_headers, suffix = 'hlsl.h',src_suffix = '.hlsl') } )
env["x86_opt_gcc"]=True