changeset 407:a338591f4bd4

- Demoved DCT from the SConstruct file
author tomwalters
date Tue, 19 Oct 2010 07:30:08 +0000
parents ec3de2d9e641
children 58d61c6fc41f
files trunk/SConstruct
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/SConstruct	Tue Oct 19 07:28:52 2010 +0000
+++ b/trunk/SConstruct	Tue Oct 19 07:30:08 2010 +0000
@@ -51,8 +51,8 @@
                   'Modules/Profile/ModuleScaler.cc',
                   'Modules/Output/FileOutputHTK.cc',
                   'Modules/Output/FileOutputAIMC.cc',
-                  'Modules/Features/ModuleGaussians.cc',
-                  'Modules/Features/ModuleDCT.cc' ]
+                  'Modules/Features/ModuleGaussians.cc',]
+                  #'Modules/Features/ModuleDCT.cc' ]
                   
 graphics_sources = [ 'Modules/Output/Graphics/GraphAxisSpec.cc',
                      'Modules/Output/Graphics/GraphicsView.cc',