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

@ -263,6 +263,7 @@ def configure(env):
env.Append(CCFLAGS=["/I"+DIRECTX_PATH+"/Include"])
env.Append(LIBPATH=[DIRECTX_PATH+"/Lib/x86"])
env['ENV'] = os.environ;
env["x86_opt_vc"]=True
else:
# Workaround for MinGW. See:
@ -361,6 +362,7 @@ def configure(env):
env['AR'] = mingw_prefix+"ar"
env['RANLIB'] = mingw_prefix+"ranlib"
env['LD'] = mingw_prefix+"g++"
env["x86_opt_gcc"]=True
#env['CC'] = "winegcc"
#env['CXX'] = "wineg++"