package/webkitgtk: select missing multimedia deps
Select a few missing multimedia related dependencies: - BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUTODETECT is needed for "autoaudiosink"; not having this element can cause a crash as it is used unconditionally. - BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MATROSKA and BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX are needed for WebM video playback. Note that BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX depends on THREADS (because of libvpx), but webktigtk already depend on libgtk3, which depends on THREADS. The probability that GTK3 drops the dependency on THREADS is sufficiently close to zero that we need not account for that. So we do not propagate the THREADS dependency for this option. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
ad9d1332dc
commit
7d47e5c284
@ -98,8 +98,11 @@ config BR2_PACKAGE_WEBKITGTK_MULTIMEDIA
|
|||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_GOOD
|
select BR2_PACKAGE_GST1_PLUGINS_GOOD
|
||||||
|
select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUTODETECT
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ISOMP4
|
select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ISOMP4
|
||||||
|
select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MATROSKA
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP
|
select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP
|
||||||
|
select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX
|
||||||
select BR2_PACKAGE_GST1_LIBAV
|
select BR2_PACKAGE_GST1_LIBAV
|
||||||
help
|
help
|
||||||
This option pulls in all of the required dependencies
|
This option pulls in all of the required dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user