[xiph-commits] r15829 - branches/theora-thusnelda
giles at svn.xiph.org
giles at svn.xiph.org
Sun Mar 22 15:44:53 PDT 2009
Author: giles
Date: 2009-03-22 15:44:53 -0700 (Sun, 22 Mar 2009)
New Revision: 15829
Modified:
branches/theora-thusnelda/SConstruct
Log:
Typo. Actually invoke the scons check for an x86_64 target.
Modified: branches/theora-thusnelda/SConstruct
===================================================================
--- branches/theora-thusnelda/SConstruct 2009-03-22 22:44:53 UTC (rev 15828)
+++ branches/theora-thusnelda/SConstruct 2009-03-22 22:44:53 UTC (rev 15829)
@@ -128,7 +128,7 @@
if build_player_example and not conf.CheckSDL():
build_player_example=False
-if conf.CheckHost_x86_32() or conf.CheckHost_x86_64:
+if conf.CheckHost_x86_32() or conf.CheckHost_x86_64():
libtheora_Sources += Split("""
dec/x86/mmxidct.c
dec/x86/mmxfrag.c
More information about the commits
mailing list