summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-16 21:43:57 +0000
committerDave Chapman <dave@dchapman.com>2005-02-16 21:43:57 +0000
commitb64d95fe855901e66cac71973c8ec4b3ca50c55f (patch)
treebad16b58ae6732da07b7605c39afce777535a9b1 /apps/plugins/Makefile
parentdbf7f51cf26b75c5aa4fc7c5aa39535bfc4fec48 (diff)
downloadrockbox-b64d95fe855901e66cac71973c8ec4b3ca50c55f.tar.gz
rockbox-b64d95fe855901e66cac71973c8ec4b3ca50c55f.zip
Add flac2wav decoder - hardcoded output is /flactest.wav
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
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
17endif 17endif
18 18
19ifdef SOFTWARECODECS 19ifdef SOFTWARECODECS
20 CODECLIBS = -lmad -la52 20 CODECLIBS = -lmad -la52 -lFLAC
21endif 21endif
22 22
23LDS := plugin.lds 23LDS := plugin.lds