2016-07-19 23:19:23 +02:00
|
|
|
comment "libamcodec needs a toolchain w/ threads, dynamic library"
|
2016-07-09 19:41:20 +02:00
|
|
|
depends on BR2_arm || BR2_aarch64
|
2016-07-19 23:19:23 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
2016-07-09 19:41:20 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBAMCODEC
|
|
|
|
bool "libamcodec"
|
|
|
|
depends on BR2_arm || BR2_aarch64
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
2016-07-19 23:19:23 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2016-07-09 19:41:20 +02:00
|
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
|
|
help
|
2016-10-13 11:31:30 +02:00
|
|
|
Interface library for Amlogic media codecs
|
2016-07-09 19:41:20 +02:00
|
|
|
|
2016-10-13 11:31:30 +02:00
|
|
|
https://github.com/mdrjr/c2_aml_libs.git
|