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 /tools/configure | |
parent | 34e2f722f778defa9be7fffe9bb4ee415b799890 (diff) |
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 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 7b940c540b..682fd9ccca 100755 --- a/tools/configure +++ b/tools/configure @@ -407,7 +407,7 @@ if [ -z "$archos" ]; then archosrom="" flash="" plugins="yes" - codecs="libmad liba52 libFLAC libTremor libwavpack dumb" + codecs="libmad liba52 libFLAC libTremor libwavpack dumb libmusepack" ;; *) |