From 1dd672fe3226fa77113f35e4d72f50b863484c63 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Jun 2005 19:41:30 +0000 Subject: moved and renamed the codecs, gave the codecs a new extension (.codec), unified to a single codec-only API, made a new codeclib, disabled the building of the *2wav plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6812 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/SOURCES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/plugins/lib/SOURCES') diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index f8ed798..0914f10 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -34,9 +34,8 @@ gray_verline.c #ifdef HAVE_LCD_CHARCELLS playergfx.c #endif +#if 0 #if CONFIG_HWCODEC == MASNONE /* software codec platforms */ xxx2wav.c -#ifdef IRIVER_H100 -codeclib.c #endif #endif -- cgit v1.1