1config BR2_PACKAGE_GST_OMX 2 bool "gst-omx" 3 depends on BR2_PACKAGE_HAS_LIBOPENMAX 4 select BR2_PACKAGE_GST1_PLUGINS_BASE 5 help 6 GStreamer plug-in to use OpenMAX API. 7 8 https://cgit.freedesktop.org/gstreamer/gst-omx 9 10comment "gst-omx requires a OpenMAX implementation" 11 depends on !BR2_PACKAGE_HAS_LIBOPENMAX 12