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