diff options
| author | Thom Johansen <thomj@rockbox.org> | 2005-04-12 21:29:48 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2005-04-12 21:29:48 +0000 |
| commit | ad17fd47478bb3619ca4f097a555f02f84735c7f (patch) | |
| tree | 930db449ebf09948d49350e984b8ba8f4d9d8b29 /apps/codecs/libmusepack/SOURCES | |
| parent | 34e2f722f778defa9be7fffe9bb4ee415b799890 (diff) | |
| download | rockbox-ad17fd47478bb3619ca4f097a555f02f84735c7f.zip rockbox-ad17fd47478bb3619ca4f097a555f02f84735c7f.tar.gz rockbox-ad17fd47478bb3619ca4f097a555f02f84735c7f.tar.bz2 rockbox-ad17fd47478bb3619ca4f097a555f02f84735c7f.tar.xz | |
Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6276 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/SOURCES')
| -rw-r--r-- | apps/codecs/libmusepack/SOURCES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/SOURCES b/apps/codecs/libmusepack/SOURCES new file mode 100644 index 0000000..9c588e3 --- /dev/null +++ b/apps/codecs/libmusepack/SOURCES @@ -0,0 +1,8 @@ +huffsv46.c +huffsv7.c +idtag.c +mpc_decoder.c +requant.c +streaminfo.c +synth_filter.c + |