diff options
| author | Nils Wallménius <nils@rockbox.org> | 2009-11-22 18:48:07 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2009-11-22 18:48:07 +0000 |
| commit | 4279c9f4aa871fc2bed08c66d1ad0580068d5140 (patch) | |
| tree | b2977d0bce92742bc7266e0d4a32364a3cb15af1 /apps/plugin.c | |
| parent | 1832def9b0b52b2a3385f9672aacc35dde9c389a (diff) | |
| download | rockbox-4279c9f4aa871fc2bed08c66d1ad0580068d5140.zip rockbox-4279c9f4aa871fc2bed08c66d1ad0580068d5140.tar.gz rockbox-4279c9f4aa871fc2bed08c66d1ad0580068d5140.tar.bz2 rockbox-4279c9f4aa871fc2bed08c66d1ad0580068d5140.tar.xz | |
Give test_codec the ability to checksum files or folders of files, usefull to verify output integrity.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23711 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index f59e42e..cc208e7 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -675,6 +675,7 @@ static const struct plugin_api rockbox_api = { #if (CONFIG_CODEC == SWCODEC) pcmbuf_beep, #endif + crc_32, }; int plugin_load(const char* plugin, const void* parameter) |