mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
gstreamer: needs threads support in toolchain
Indirectly fixes http://autobuild.buildroot.net/results/453ac64daf384702512ac68f1779f375e337332d/build-end.log Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b2c69fdfae
commit
97387cda09
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_GSTREAMER
|
config BR2_PACKAGE_GSTREAMER
|
||||||
bool "gstreamer"
|
bool "gstreamer"
|
||||||
depends on BR2_USE_WCHAR # glib2
|
depends on BR2_USE_WCHAR # glib2
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
GStreamer is an open source multimedia framework.
|
GStreamer is an open source multimedia framework.
|
||||||
@ -24,5 +25,5 @@ config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
|
|||||||
Enable support for the GStreamer plugin registry. This may increase
|
Enable support for the GStreamer plugin registry. This may increase
|
||||||
the launch-time for a GStreamer application.
|
the launch-time for a GStreamer application.
|
||||||
|
|
||||||
comment "gstreamer requires a toolchain with WCHAR support"
|
comment "gstreamer requires a toolchain with WCHAR and threads support"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -140,6 +140,7 @@ comment "ffmpeg support requires a toolchain with LARGEFILE and IPV6 support"
|
|||||||
config BR2_PACKAGE_OPENCV_WITH_GSTREAMER
|
config BR2_PACKAGE_OPENCV_WITH_GSTREAMER
|
||||||
bool "gstreamer support"
|
bool "gstreamer support"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_GSTREAMER
|
select BR2_PACKAGE_GSTREAMER
|
||||||
select BR2_PACKAGE_GST_PLUGINS_BASE
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
||||||
select BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_APP
|
select BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_APP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user