0a5d524015
MOD music file decoder. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: fix toolchain comment + file header. Add _LICENSE_FILES] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
config BR2_PACKAGE_LIBMODPLUG
|
|
bool "libmodplug"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
MOD music file decoder
|
|
|
|
http://modplug-xmms.sourceforge.net/
|
|
|
|
comment "libmodplug needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|