diff options
| author | Dominik Wenger <domonoky@googlemail.com> | 2008-07-26 15:16:10 +0000 |
|---|---|---|
| committer | Dominik Wenger <domonoky@googlemail.com> | 2008-07-26 15:16:10 +0000 |
| commit | 25bb37bb6851c85e21fb0cecfd9617eebe6c7a56 (patch) | |
| tree | 14800e46724f8fa90c2ea1cb7100ac89423cde4e /apps/plugins/test_codec.c | |
| parent | 4e4bf82fb756f36dca6af333357a54e09b9f4cca (diff) | |
| download | rockbox-25bb37bb6851c85e21fb0cecfd9617eebe6c7a56.zip rockbox-25bb37bb6851c85e21fb0cecfd9617eebe6c7a56.tar.gz rockbox-25bb37bb6851c85e21fb0cecfd9617eebe6c7a56.tar.bz2 rockbox-25bb37bb6851c85e21fb0cecfd9617eebe6c7a56.tar.xz | |
commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18121 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index b405e09..542f6ed 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -463,7 +463,7 @@ static void init_ci(void) ci.memmove = rb->memmove; ci.memcmp = rb->memcmp; ci.memchr = rb->memchr; - + ci.strcasestr = rb->strcasestr; #if defined(DEBUG) || defined(SIMULATOR) ci.debugf = rb->debugf; #endif |