9154290737
The suit of TI OMAP3 dsp tools/libraries are being removed as the upstream projects are no longer active. The gst-dsp package used the tidsp-binaries package. Suggest using Buildroot 2018.02.x LTS if the feature is still required. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
# Gstreamer 0.10.x & Plugins
|
|
source "package/gstreamer/gstreamer/Config.in"
|
|
|
|
if BR2_PACKAGE_GSTREAMER
|
|
source "package/gstreamer/gst-plugins-base/Config.in"
|
|
source "package/gstreamer/gst-plugins-good/Config.in"
|
|
source "package/gstreamer/gst-plugins-bad/Config.in"
|
|
source "package/gstreamer/gst-plugins-ugly/Config.in"
|
|
source "package/gstreamer/gst-ffmpeg/Config.in"
|
|
source "package/gstreamer/gst-fsl-plugins/Config.in"
|
|
source "package/gstreamer/gst-omapfb/Config.in"
|
|
source "package/gstreamer/gst-plugin-x170/Config.in"
|
|
endif
|