summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-16 12:56:00 +0000
committerDave Chapman <dave@dchapman.com>2005-02-16 12:56:00 +0000
commit7b96e2daa65af18310cc998de053c5188c32cbe1 (patch)
tree1d6b6ae92cca6c21cd7347754fcccf0e05addbb9 /apps/plugins/Makefile
parentfd58842b291d22ee53389614efd03173eeaeab94 (diff)
downloadrockbox-7b96e2daa65af18310cc998de053c5188c32cbe1.tar.gz
rockbox-7b96e2daa65af18310cc998de053c5188c32cbe1.zip
Initial version of a52towav test viewer plugin for liba52 - output is hardcoded to /ac3test.wav. CUrrently restricted to Stereo AC-3 files, but easy to fix for other types of files (e.g. 5.1)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5977 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 12126a0d3d..8b7243b127 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 20 CODECLIBS = -lmad -la52
21endif 21endif
22 22
23LDS := plugin.lds 23LDS := plugin.lds