xref: /OK3568_Linux_fs/buildroot/package/squeezelite/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SQUEEZELITE
2*4882a593Smuzhiyun	bool "squeezelite"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # flac
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # mpg123
6*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlopen
7*4882a593Smuzhiyun	select BR2_PACKAGE_ALSA_LIB
8*4882a593Smuzhiyun	select BR2_PACKAGE_ALSA_LIB_MIXER
9*4882a593Smuzhiyun	select BR2_PACKAGE_FLAC
10*4882a593Smuzhiyun	select BR2_PACKAGE_LIBMAD
11*4882a593Smuzhiyun	select BR2_PACKAGE_LIBVORBIS
12*4882a593Smuzhiyun	select BR2_PACKAGE_MPG123
13*4882a593Smuzhiyun	help
14*4882a593Smuzhiyun	  Logitech Media Server client
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  https://github.com/ralph-irving/squeezelite/
17*4882a593Smuzhiyun
18*4882a593Smuzhiyunif BR2_PACKAGE_SQUEEZELITE
19*4882a593Smuzhiyun
20*4882a593Smuzhiyunconfig BR2_PACKAGE_SQUEEZELITE_FFMPEG
21*4882a593Smuzhiyun	bool "Enable WMA and ALAC decoding"
22*4882a593Smuzhiyun	default y
23*4882a593Smuzhiyun	depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
24*4882a593Smuzhiyun	select BR2_PACKAGE_FFMPEG
25*4882a593Smuzhiyun
26*4882a593Smuzhiyunconfig BR2_PACKAGE_SQUEEZELITE_DSD
27*4882a593Smuzhiyun	bool "Enable DSD decoding"
28*4882a593Smuzhiyun
29*4882a593Smuzhiyunconfig BR2_PACKAGE_SQUEEZELITE_LIRC
30*4882a593Smuzhiyun	bool "Enable lirc support"
31*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
32*4882a593Smuzhiyun	select BR2_PACKAGE_LIRC_TOOLS
33*4882a593Smuzhiyun
34*4882a593Smuzhiyuncomment "lirc support needs a toolchain with C++"
35*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP
36*4882a593Smuzhiyun
37*4882a593Smuzhiyunconfig BR2_PACKAGE_SQUEEZELITE_RESAMPLE
38*4882a593Smuzhiyun	bool "Enable resampling support"
39*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSOXR
40*4882a593Smuzhiyun
41*4882a593Smuzhiyunconfig BR2_PACKAGE_SQUEEZELITE_VISEXPORT
42*4882a593Smuzhiyun	bool "Enable visualiser support"
43*4882a593Smuzhiyun
44*4882a593Smuzhiyunendif
45*4882a593Smuzhiyun
46*4882a593Smuzhiyuncomment "squeezelite needs a toolchain w/ wchar, NPTL, dynamic library"
47*4882a593Smuzhiyun	depends on BR2_USE_MMU
48*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
49*4882a593Smuzhiyun		|| BR2_STATIC_LIBS
50