From 4279c9f4aa871fc2bed08c66d1ad0580068d5140 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 22 Nov 2009 18:48:07 +0000 Subject: 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 --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index f59e42e222..cc208e7500 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) -- cgit v1.2.3