diff options
| author | Magnus Holmgren <magnushol@gmail.com> | 2007-02-10 13:33:29 +0000 |
|---|---|---|
| committer | Magnus Holmgren <magnushol@gmail.com> | 2007-02-10 13:33:29 +0000 |
| commit | 2c7030b402817279151091b0991645099bc59b10 (patch) | |
| tree | a36c90c2dcc4d6390a95fe0ae6c3fb72750971ec | |
| parent | 4e9766477b37579bfa0249fa17818da8d348db7f (diff) | |
| download | rockbox-2c7030b402817279151091b0991645099bc59b10.zip rockbox-2c7030b402817279151091b0991645099bc59b10.tar.gz rockbox-2c7030b402817279151091b0991645099bc59b10.tar.bz2 rockbox-2c7030b402817279151091b0991645099bc59b10.tar.xz | |
Fix problems building Speex when building the simulator on Cygwin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12256 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/codecs/speex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/speex.c b/apps/codecs/speex.c index aa8865e..12d880c 100644 --- a/apps/codecs/speex.c +++ b/apps/codecs/speex.c @@ -23,7 +23,7 @@ #include "libspeex/speex/speex_callbacks.h" #include "libspeex/speex/speex_header.h" #include "libspeex/speex/speex_stereo.h" -#include "libspeex/speex/speex_types.h" +#include "libspeex/speex/speex_config_types.h" #include "codeclib.h" #define MAX_FRAME_SIZE 2000 |