comparison configure.ac @ 177:795d67a5e266

Change internal blocksize from 16384 to 1024 (see comment in FeatureExtractionManager ctor)
author Chris Cannam
date Thu, 16 Oct 2014 10:32:16 +0100
parents ee56e3e9eeb5
children f0f57af581d7
comparison
equal deleted inserted replaced
176:59abb58b1855 177:795d67a5e266
1 1
2 AC_INIT([Sonic Annotator], [1.1-hg], cannam@all-day-breakfast.com) 2 AC_INIT([Sonic Annotator], [1.1], cannam@all-day-breakfast.com)
3 3
4 AC_CONFIG_SRCDIR(runner/main.cpp) 4 AC_CONFIG_SRCDIR(runner/main.cpp)
5 5
6 # Autoconf will set CXXFLAGS; we don't usually want it to, because we 6 # Autoconf will set CXXFLAGS; we don't usually want it to, because we
7 # either define our own flags (at least if GCC is in use) or else use 7 # either define our own flags (at least if GCC is in use) or else use