19 lines
453 B
Plaintext
19 lines
453 B
Plaintext
config BR2_PACKAGE_GST_OMX
|
|
bool "gst-omx"
|
|
depends on BR2_PACKAGE_HAS_LIBOPENMAX
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
help
|
|
GStreamer plug-in to use OpenMAX API.
|
|
|
|
https://cgit.freedesktop.org/gstreamer/gst-omx
|
|
|
|
comment "gst-omx requires a OpenMAX implementation"
|
|
depends on !BR2_PACKAGE_HAS_LIBOPENMAX
|
|
|
|
if BR2_PACKAGE_GST_OMX
|
|
config BR2_PACKAGE_GST_OMX_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|
|
|