[xiph-commits] r15834 - branches/theora-thusnelda
giles at svn.xiph.org
giles at svn.xiph.org
Tue Mar 24 13:13:16 PDT 2009
Author: giles
Date: 2009-03-24 13:13:16 -0700 (Tue, 24 Mar 2009)
New Revision: 15834
Modified:
branches/theora-thusnelda/SConstruct
Log:
Define USE_ASM in the scons build for x86.
Previously, we added the asm source but didn't actually use the
routines. This breaks the MacOS build again because of their ancient
gas.
Modified: branches/theora-thusnelda/SConstruct
===================================================================
--- branches/theora-thusnelda/SConstruct 2009-03-24 10:22:58 UTC (rev 15833)
+++ branches/theora-thusnelda/SConstruct 2009-03-24 20:13:16 UTC (rev 15834)
@@ -111,6 +111,7 @@
build_player_example=False
if conf.CheckHost_x86():
+ env.Append(CPPDEFINES='USE_ASM')
decoder_sources += """
dec/x86/mmxidct.c
dec/x86/mmxfrag.c
More information about the commits
mailing list