2013-06-21 00:07:43 +02:00
|
|
|
config BR2_PACKAGE_GST_OMX
|
|
|
|
bool "gst-omx"
|
2014-04-05 17:21:40 +02:00
|
|
|
depends on BR2_PACKAGE_HAS_LIBOPENMAX
|
2013-06-21 00:07:43 +02:00
|
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
|
|
help
|
|
|
|
GStreamer plug-in to use OpenMAX API.
|
|
|
|
|
|
|
|
http://cgit.freedesktop.org/gstreamer/gst-omx
|
|
|
|
|
|
|
|
comment "gst-omx requires a OpenMAX implementation"
|
2014-04-05 17:21:40 +02:00
|
|
|
depends on !BR2_PACKAGE_HAS_LIBOPENMAX
|