mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
gst1-plugins-good: add libvpx support
adds libvpx support to gst1-plugins-good Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
09ed859d5e
commit
302c7539c9
@ -317,6 +317,10 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX
|
|||||||
help
|
help
|
||||||
VP8 plugin
|
VP8 plugin
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX
|
||||||
|
bool "vpx (webm)"
|
||||||
|
select BR2_PACKAGE_LIBVPX
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPACK
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPACK
|
||||||
bool "wavpack (*.wv audio)"
|
bool "wavpack (*.wv audio)"
|
||||||
select BR2_PACKAGE_WAVPACK
|
select BR2_PACKAGE_WAVPACK
|
||||||
|
@ -380,6 +380,13 @@ else
|
|||||||
GST1_PLUGINS_GOOD_CONF_OPT += --disable-speex
|
GST1_PLUGINS_GOOD_CONF_OPT += --disable-speex
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX),y)
|
||||||
|
GST1_PLUGINS_GOOD_CONF_OPT += --enable-vpx
|
||||||
|
GST1_PLUGINS_GOOD_DEPENDENCIES += libvpx
|
||||||
|
else
|
||||||
|
GST1_PLUGINS_GOOD_CONF_OPT += --disable-vpx
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPACK),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPACK),y)
|
||||||
GST1_PLUGINS_GOOD_CONF_OPT += --enable-wavpack
|
GST1_PLUGINS_GOOD_CONF_OPT += --enable-wavpack
|
||||||
GST1_PLUGINS_GOOD_DEPENDENCIES += wavpack
|
GST1_PLUGINS_GOOD_DEPENDENCIES += wavpack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user