mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>