diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-08-12 13:55:01 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-08-12 13:55:01 +0000 |
commit | 87409a2619957e8756fa5ba47f9f67baec7ead82 (patch) | |
tree | 2f142b8b24dbc496db1007f20f2d695a8848ea6c /apps/codecs/libspeex | |
parent | 0e2286f226c8ce66adb846995eb1bf0b4d92a649 (diff) | |
download | rockbox-87409a2619957e8756fa5ba47f9f67baec7ead82.tar.gz rockbox-87409a2619957e8756fa5ba47f9f67baec7ead82.zip |
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27789 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspeex')
-rw-r--r-- | apps/codecs/libspeex/config-speex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h index f3b397f541..7e0672c150 100644 --- a/apps/codecs/libspeex/config-speex.h +++ b/apps/codecs/libspeex/config-speex.h | |||
@@ -74,7 +74,7 @@ | |||
74 | /* #undef HAVE_LIBWINMM */ | 74 | /* #undef HAVE_LIBWINMM */ |
75 | 75 | ||
76 | /* Define to 1 if you have the <memory.h> header file. */ | 76 | /* Define to 1 if you have the <memory.h> header file. */ |
77 | #define HAVE_MEMORY_H 1 | 77 | /* #define HAVE_MEMORY_H 1 */ |
78 | 78 | ||
79 | /* Define to 1 if you have the <stdint.h> header file. */ | 79 | /* Define to 1 if you have the <stdint.h> header file. */ |
80 | #define HAVE_STDINT_H 1 | 80 | #define HAVE_STDINT_H 1 |