30abaffe55
Proposed-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
config BR2_PACKAGE_GST_OMX
|
|
bool "gst-omx"
|
|
depends on BR2_PACKAGE_HAS_OPENMAX
|
|
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"
|
|
depends on !BR2_PACKAGE_HAS_OPENMAX
|