ae84f99cbc
Fixes: http://autobuild.buildroot.net/results/4f5/4f53ed80c7f135c33341919be4d5256409a2b23a/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
config BR2_PACKAGE_SQUEEZELITE
|
|
bool "squeezelite"
|
|
depends on BR2_USE_WCHAR # flac
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
|
depends on BR2_USE_MMU # mpg123
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
select BR2_PACKAGE_ALSA_LIB_MIXER
|
|
select BR2_PACKAGE_FLAC
|
|
select BR2_PACKAGE_LIBMAD
|
|
select BR2_PACKAGE_LIBVORBIS
|
|
select BR2_PACKAGE_FAAD2
|
|
select BR2_PACKAGE_MPG123
|
|
help
|
|
Logitech Media Server client
|
|
|
|
https://code.google.com/p/squeezelite/
|
|
|
|
if BR2_PACKAGE_SQUEEZELITE
|
|
|
|
config BR2_PACKAGE_SQUEEZELITE_FFMPEG
|
|
bool "Enable WMA and ALAC decoding"
|
|
default y
|
|
select BR2_PACKAGE_FFMPEG
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 # ffmpeg
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # ffmpeg
|
|
|
|
config BR2_PACKAGE_SQUEEZELITE_DSD
|
|
bool "Enable DSD decoding"
|
|
|
|
config BR2_PACKAGE_SQUEEZELITE_RESAMPLE
|
|
bool "Enable resampling support"
|
|
select BR2_PACKAGE_LIBSOXR
|
|
|
|
config BR2_PACKAGE_SQUEEZELITE_VISEXPORT
|
|
bool "Enable visualiser support"
|
|
|
|
endif
|
|
|
|
comment "squeezelite needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|