02ea01ea22
We need to backport a few upstream still-pending PRs, to fix cross-compilation, out-of-tree installation, and to relax requirements on some tools. The python support PR is backported too, but because python support was not tested, it is forcibly disabled. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [yann.morin.1998@free.fr: - expand commit log with explanations - backport upstream 253 (python) too ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
23 lines
1008 B
Plaintext
23 lines
1008 B
Plaintext
# Gstreamer 1.x & Plugins
|
|
source "package/gstreamer1/gstreamer1/Config.in"
|
|
|
|
if BR2_PACKAGE_GSTREAMER1
|
|
source "package/gstreamer1/gstreamer1-mm/Config.in"
|
|
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
|