diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-02-16 12:56:00 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-02-16 12:56:00 +0000 |
| commit | 7b96e2daa65af18310cc998de053c5188c32cbe1 (patch) | |
| tree | 1d6b6ae92cca6c21cd7347754fcccf0e05addbb9 /apps/plugins/Makefile | |
| parent | fd58842b291d22ee53389614efd03173eeaeab94 (diff) | |
| download | rockbox-7b96e2daa65af18310cc998de053c5188c32cbe1.zip rockbox-7b96e2daa65af18310cc998de053c5188c32cbe1.tar.gz rockbox-7b96e2daa65af18310cc998de053c5188c32cbe1.tar.bz2 rockbox-7b96e2daa65af18310cc998de053c5188c32cbe1.tar.xz | |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 12126a0..8b7243b 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -17,7 +17,7 @@ ifdef APPEXTRA endif ifdef SOFTWARECODECS - CODECLIBS = -lmad + CODECLIBS = -lmad -la52 endif LDS := plugin.lds |