a2efe48b31
1. Modify package config name to BR2_PACKAGE_SF_GST_OMX 2. Support wave521 264/265 encode in gst-omx Signed-off-by: sw.multimedia <sw.multimedia@starfivetech.com> Signed-off-by: andy.hu <andy.hu@starfivetech.com>
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
config BR2_PACKAGE_SF_GST_OMX
|
|
bool "sf-gst-omx"
|
|
depends on BR2_PACKAGE_SF_OMX_IL
|
|
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_SF_OMX_IL
|