summaryrefslogtreecommitdiffstats
path: root/package/libamcodec/Config.in
diff options
context:
space:
mode:
authorDagg Stompler <daggs@gmx.com>2016-07-09 20:41:20 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-16 14:11:55 +0200
commit7ddd6bff322d58454ce2e9115b360f9833fe4ea3 (patch)
tree8d30c35c61059be6a9e399a877e75e5a5b273bab /package/libamcodec/Config.in
parent8159b4f80af50580b785c683a40a6572c0cecc32 (diff)
downloadbuildroot-7ddd6bff322d58454ce2e9115b360f9833fe4ea3.tar.gz
buildroot-7ddd6bff322d58454ce2e9115b360f9833fe4ea3.zip
libamcodec: new package
Signed-off-by: Dagg Stompler <daggs@gmx.com> [Thomas: - use the AML_LIBS_STAGING_DIR variable instead of PREFIX/M_PREFIX to indicate the compiler sysroot, which allows to use a foreach loop in the build commands.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libamcodec/Config.in')
-rw-r--r--package/libamcodec/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libamcodec/Config.in b/package/libamcodec/Config.in
new file mode 100644
index 0000000000..52778ba87e
--- /dev/null
+++ b/package/libamcodec/Config.in
@@ -0,0 +1,13 @@
+comment "libamcodec needs a toolchain w/ threads"
+ depends on BR2_arm || BR2_aarch64
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
+
+config BR2_PACKAGE_LIBAMCODEC
+ bool "libamcodec"
+ depends on BR2_arm || BR2_aarch64
+ depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
+ select BR2_PACKAGE_ALSA_LIB
+ help
+ Interface library for Amlogic media codecs
+
+ https://github.com/mdrjr/c2_aml_libs.git
OpenPOWER on IntegriCloud