diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-01-18 13:54:38 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-20 21:29:47 +0100 |
commit | 64129c0546dfeaef6fa1eb8ad78901e9fd12f20a (patch) | |
tree | 4f7b477381ea65667dfddccb5f9072c2e47f3d54 /package/multimedia/musepack/Config.in | |
parent | 9af7b7677fa9672b39939e7e7160cfbd0ba23c5f (diff) | |
download | buildroot-novena-64129c0546dfeaef6fa1eb8ad78901e9fd12f20a.tar.gz buildroot-novena-64129c0546dfeaef6fa1eb8ad78901e9fd12f20a.zip |
musepack: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/musepack/Config.in')
-rw-r--r-- | package/multimedia/musepack/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/multimedia/musepack/Config.in b/package/multimedia/musepack/Config.in new file mode 100644 index 000000000..2a966a473 --- /dev/null +++ b/package/multimedia/musepack/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_MUSEPACK + bool "musepack" + select BR2_PACKAGE_LIBCUEFILE + select BR2_PACKAGE_LIBREPLAYGAIN + help + Musepack is an audio compression format with a strong emphasis + on high quality. It's not lossless, but it is designed + for transparency, so that you won't be able to hear differences + between the original wave file and the much smaller MPC file. + + http://www.musepack.net/ |