summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
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/SOURCES
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/SOURCES')
-rw-r--r--apps/plugins/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 9dd042ff31..caa77f080f 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -65,4 +65,5 @@ alpine_cdc.c
65 65
66#if CONFIG_HWCODEC == MASNONE /* software codec platforms */ 66#if CONFIG_HWCODEC == MASNONE /* software codec platforms */
67mpa2wav.c 67mpa2wav.c
68a52towav.c
68#endif 69#endif