From b64d95fe855901e66cac71973c8ec4b3ca50c55f Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 16 Feb 2005 21:43:57 +0000 Subject: Add flac2wav decoder - hardcoded output is /flactest.wav git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/Makefile') diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 8b7243b127..0c90bde9b1 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -17,7 +17,7 @@ ifdef APPEXTRA endif ifdef SOFTWARECODECS - CODECLIBS = -lmad -la52 + CODECLIBS = -lmad -la52 -lFLAC endif LDS := plugin.lds -- cgit v1.2.3