diff options
author | Dan Everton <dan@iocaine.org> | 2007-05-22 09:50:31 +0000 |
---|---|---|
committer | Dan Everton <dan@iocaine.org> | 2007-05-22 09:50:31 +0000 |
commit | df6f2f9a3c88a7a4a8ad0382ee4ee7c9a3ee3256 (patch) | |
tree | d9862e5d04f4014def5911bb4ff8206c85636fb7 /apps/codecs/libspeex/config-speex.h | |
parent | 8970055ec107a2387eedbb373889d0f540745121 (diff) |
Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfire).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13461 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspeex/config-speex.h')
-rw-r--r-- | apps/codecs/libspeex/config-speex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h index efdb7dbb54..461873945f 100644 --- a/apps/codecs/libspeex/config-speex.h +++ b/apps/codecs/libspeex/config-speex.h @@ -163,5 +163,6 @@ #define OVERRIDE_SPEEX_ERROR 1 #define OVERRIDE_SPEEX_WARNING 1 #define OVERRIDE_SPEEX_WARNING_INT 1 +#define OVERRIDE_SPEEX_NOTIFY 1 #define OVERRIDE_SPEEX_PUTC 1 |