2014-10-19 02:00:46 +02:00
|
|
|
config BR2_PACKAGE_MODPLUGTOOLS
|
|
|
|
bool "modplugtools"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # libmodplug
|
|
|
|
select BR2_PACKAGE_LIBAO
|
|
|
|
select BR2_PACKAGE_LIBMODPLUG
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
This installs the 'modplug123' command line tool to play
|
|
|
|
music files in the tracker formats supported by libmodplug:
|
|
|
|
MOD, S3M, XM etc. Audio output is handled by libao.
|
2014-10-19 02:00:46 +02:00
|
|
|
|
|
|
|
http://modplug-xmms.sourceforge.net/
|
|
|
|
|
|
|
|
comment "modplugtools needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|