Mercurial > hg > aimc
changeset 124:3325f8b2c8fc
- Demoved DCT from the SConstruct file
author | tomwalters |
---|---|
date | Tue, 19 Oct 2010 07:30:08 +0000 |
parents | 79d5cbc09484 |
children | bf1417b5d83e |
files | SConstruct |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/SConstruct Tue Oct 19 07:28:52 2010 +0000 +++ b/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',