mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
gstreamer-good: add speex dependancy
Otherwise, even if speex is selected, as gstreamer is compiled first, speex plugin is not activated/built. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a6febebded
commit
0c6ef230f3
4
CHANGES
4
CHANGES
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Fixes all over the tree and new features.
|
Fixes all over the tree and new features.
|
||||||
|
|
||||||
Updated/fixed packages: alsa-lib, argus, at, libpcap, rsync, tcl,
|
Updated/fixed packages: alsa-lib, argus, at, gst-plugins-good,
|
||||||
xproto_trapproto
|
libpcap, rsync, tcl, xproto_trapproto
|
||||||
|
|
||||||
2010.02-rc1, Released February 9th, 2010:
|
2010.02-rc1, Released February 9th, 2010:
|
||||||
|
|
||||||
|
@ -172,4 +172,8 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|
|||||||
bool "souphttpsrc (http client)"
|
bool "souphttpsrc (http client)"
|
||||||
select BR2_PACKAGE_LIBSOUP
|
select BR2_PACKAGE_LIBSOUP
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPEEX
|
||||||
|
bool "speex"
|
||||||
|
select BR2_PACKAGE_SPEEX
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -318,4 +318,11 @@ else
|
|||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-soup
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-soup
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPEEX),y)
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-speex
|
||||||
|
GST_PLUGINS_GOOD_DEPENDENCIES += speex
|
||||||
|
else
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-speex
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package/multimedia,gst-plugins-good))
|
$(eval $(call AUTOTARGETS,package/multimedia,gst-plugins-good))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user