python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libamcodec / Config.in
blob45846e6d291c0604fae6418cd2af0953dbf1f8ec
1 comment "libamcodec needs a toolchain w/ threads, dynamic library"
2         depends on BR2_arm || BR2_aarch64
3         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
5 config BR2_PACKAGE_LIBAMCODEC
6         bool "libamcodec"
7         depends on BR2_arm || BR2_aarch64
8         depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
9         depends on !BR2_STATIC_LIBS # dlfcn.h
10         select BR2_PACKAGE_ALSA_LIB
11         help
12           Interface library for Amlogic media codecs
14           https://github.com/mdrjr/c2_aml_libs.git