7e6f4e56cd
- change home page url to https - drop bellagio support (as the project is no longer maintained no update since 2011, see [1]) [1] http://omxil.sourceforge.net Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
311 B
Plaintext
12 lines
311 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
|