mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
gstreamer1 packages: factorize dependency on gstreamer1
Proposed-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
61cef6db35
commit
30abaffe55
@ -1,7 +1,10 @@
|
|||||||
# Gstreamer 1.x & Plugins
|
# Gstreamer 1.x & Plugins
|
||||||
source "package/gstreamer1/gstreamer1/Config.in"
|
source "package/gstreamer1/gstreamer1/Config.in"
|
||||||
|
|
||||||
|
if BR2_PACKAGE_GSTREAMER1
|
||||||
source "package/gstreamer1/gst1-plugins-base/Config.in"
|
source "package/gstreamer1/gst1-plugins-base/Config.in"
|
||||||
source "package/gstreamer1/gst1-plugins-good/Config.in"
|
source "package/gstreamer1/gst1-plugins-good/Config.in"
|
||||||
source "package/gstreamer1/gst1-plugins-bad/Config.in"
|
source "package/gstreamer1/gst1-plugins-bad/Config.in"
|
||||||
source "package/gstreamer1/gst1-plugins-ugly/Config.in"
|
source "package/gstreamer1/gst1-plugins-ugly/Config.in"
|
||||||
source "package/gstreamer1/gst-omx/Config.in"
|
source "package/gstreamer1/gst-omx/Config.in"
|
||||||
|
endif
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_GST_OMX
|
config BR2_PACKAGE_GST_OMX
|
||||||
bool "gst-omx"
|
bool "gst-omx"
|
||||||
depends on BR2_PACKAGE_GSTREAMER1 && BR2_PACKAGE_HAS_OPENMAX
|
depends on BR2_PACKAGE_HAS_OPENMAX
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||||
help
|
help
|
||||||
GStreamer plug-in to use OpenMAX API.
|
GStreamer plug-in to use OpenMAX API.
|
||||||
@ -8,4 +8,4 @@ config BR2_PACKAGE_GST_OMX
|
|||||||
http://cgit.freedesktop.org/gstreamer/gst-omx
|
http://cgit.freedesktop.org/gstreamer/gst-omx
|
||||||
|
|
||||||
comment "gst-omx requires a OpenMAX implementation"
|
comment "gst-omx requires a OpenMAX implementation"
|
||||||
depends on BR2_PACKAGE_GSTREAMER1 && !BR2_PACKAGE_HAS_OPENMAX
|
depends on !BR2_PACKAGE_HAS_OPENMAX
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
menuconfig BR2_PACKAGE_GST1_PLUGINS_BAD
|
menuconfig BR2_PACKAGE_GST1_PLUGINS_BAD
|
||||||
bool "gst1-plugins-bad"
|
bool "gst1-plugins-bad"
|
||||||
depends on BR2_PACKAGE_GSTREAMER1
|
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||||
help
|
help
|
||||||
A set of plug-ins for GStreamer that may be of poor quality or
|
A set of plug-ins for GStreamer that may be of poor quality or
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
menuconfig BR2_PACKAGE_GST1_PLUGINS_BASE
|
menuconfig BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||||
bool "gst1-plugins-base"
|
bool "gst1-plugins-base"
|
||||||
depends on BR2_PACKAGE_GSTREAMER1
|
|
||||||
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_XLIB_LIBXV if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBXV if BR2_PACKAGE_XORG7
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
menuconfig BR2_PACKAGE_GST1_PLUGINS_GOOD
|
menuconfig BR2_PACKAGE_GST1_PLUGINS_GOOD
|
||||||
bool "gst1-plugins-good"
|
bool "gst1-plugins-good"
|
||||||
depends on BR2_PACKAGE_GSTREAMER1
|
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||||
help
|
help
|
||||||
A set of well-supported plug-ins for GStreamer under the preferred
|
A set of well-supported plug-ins for GStreamer under the preferred
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
menuconfig BR2_PACKAGE_GST1_PLUGINS_UGLY
|
menuconfig BR2_PACKAGE_GST1_PLUGINS_UGLY
|
||||||
bool "gst1-plugins-ugly"
|
bool "gst1-plugins-ugly"
|
||||||
depends on BR2_PACKAGE_GSTREAMER1
|
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||||
help
|
help
|
||||||
A set of well-supported plug-ins for GStreamer, but might pose
|
A set of well-supported plug-ins for GStreamer, but might pose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user