1config BR2_PACKAGE_LIBOPENAPTX
2	bool "libopenaptx"
3	# unconditionallly builds a shared lib
4	depends on !BR2_STATIC_LIBS
5	help
6	  This is Open Source implementation of Audio Processing
7	  Technology codec (aptX) originally derived from ffmpeg 4.0
8	  project and licensed under GPLv3+. This codec is mainly used
9	  in Bluetooth A2DP profile.
10
11	  https://github.com/pali/libopenaptx
12
13comment "libopenaptx needs a toolchain w/ dynamic library"
14	depends on BR2_STATIC_LIBS
15