2013-06-11 12:18:41 +02:00
|
|
|
config BR2_PACKAGE_GST_PLUGIN_X170
|
|
|
|
bool "gst-plugin-x170"
|
|
|
|
depends on BR2_arm926t
|
2013-07-15 21:47:50 +02:00
|
|
|
# glibc toolchain includes WCHAR and threading for libglib2
|
2013-06-30 21:29:09 +02:00
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # on2-8170-libs
|
2015-03-29 08:14:17 +02:00
|
|
|
depends on BR2_LINUX_KERNEL # on2-8170-libs
|
2013-06-11 12:18:41 +02:00
|
|
|
select BR2_PACKAGE_ON2_8170_LIBS
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
GStreamer plug-in to use the Hantro X170 video decoder
|
|
|
|
present on ATMEL AT91SAM9M10 SoC.
|
2013-06-11 12:18:41 +02:00
|
|
|
|
|
|
|
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
|
2013-07-15 21:47:50 +02:00
|
|
|
|
2016-06-08 23:40:54 +02:00
|
|
|
comment "gst-plugin-x170 needs a glibc toolchain and a Linux kernel to be built"
|
2013-12-19 21:59:30 +01:00
|
|
|
depends on BR2_arm926t
|
2015-03-29 08:14:17 +02:00
|
|
|
depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_USES_GLIBC
|