bdb8cbb15c
gstreamer1-mm is not compatible with glibmm-2.68 API and not actively
maintained anymore (one commit during the last 3 years):
https://gitlab.gnome.org/GNOME/gstreamermm/-/issues/17
https://gitlab.gnome.org/GNOME/gstreamermm/-/commits/master
As this is the only package that doesn't support glibmm-2.68 and because
it can't be easily patched, drop it to avoid the following build failure
raised since commit dddb65efbd
:
Package 'giomm-2.4', required by 'virtual:world', not found
Fixes:
- http://autobuild.buildroot.org/results/3479688334765fbbe4cb9620f4d3596f7d710404
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
22 lines
956 B
Plaintext
22 lines
956 B
Plaintext
# Gstreamer 1.x & Plugins
|
|
source "package/gstreamer1/gstreamer1/Config.in"
|
|
|
|
if BR2_PACKAGE_GSTREAMER1
|
|
source "package/gstreamer1/gst1-plugins-base/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-good/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-bad/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-ugly/Config.in"
|
|
source "package/gstreamer1/gst1-devtools/Config.in"
|
|
source "package/gstreamer1/gst1-imx/Config.in"
|
|
source "package/gstreamer1/gst1-interpipe/Config.in"
|
|
source "package/gstreamer1/gst1-libav/Config.in"
|
|
source "package/gstreamer1/gst1-python/Config.in"
|
|
source "package/gstreamer1/gst1-rtsp-server/Config.in"
|
|
source "package/gstreamer1/gst1-shark/Config.in"
|
|
source "package/gstreamer1/gst1-vaapi/Config.in"
|
|
source "package/gstreamer1/gst-omx/Config.in"
|
|
source "package/gstreamer1/gstd/Config.in"
|
|
source "package/gstreamer1/gstreamer1-editing-services/Config.in"
|
|
endif
|