mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
gst-plugins-good: add pulseaudio support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bd96e4d70e
commit
1fd04dd41f
@ -192,6 +192,10 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
|
|||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS4
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS4
|
||||||
bool "oss4 (Open Sound System 4)"
|
bool "oss4 (Open Sound System 4)"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE
|
||||||
|
select BR2_PACKAGE_PULSEAUDIO
|
||||||
|
bool "pulseaudio"
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|
||||||
bool "souphttpsrc (http client)"
|
bool "souphttpsrc (http client)"
|
||||||
select BR2_PACKAGE_LIBSOUP
|
select BR2_PACKAGE_LIBSOUP
|
||||||
|
@ -345,6 +345,13 @@ else
|
|||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-oss4
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-oss4
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE),y)
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-pulse
|
||||||
|
GST_PLUGINS_GOOD_DEPENDENCIES += pulseaudio
|
||||||
|
else
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-pulse
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC),y)
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-soup
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-soup
|
||||||
GST_PLUGINS_GOOD_DEPENDENCIES += libsoup
|
GST_PLUGINS_GOOD_DEPENDENCIES += libsoup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user