Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-10-16 12:06:53 +0300
committerwurstsalat <mailtrash@posteo.de>2023-10-16 12:07:25 +0300
commit5ec33565f83d0255dd0781cd7a9a930f7e3792f6 (patch)
treee2e2cb9bae0bca792a7f4d701ba5acbb5c0a44ad
parentd828a0eadb7af45de9887fa6f2d35cbf90c37c1b (diff)
imprv: Windows: Add gst-plugins-bad dependency for broader media preview support
Fixes #11638
-rwxr-xr-xwin/_base.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 0e515edd4..eefece2a9 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -88,6 +88,7 @@ function install_deps {
"${MINGW_PACKAGE_PREFIX}"-gstreamer \
"${MINGW_PACKAGE_PREFIX}"-gst-plugins-base \
"${MINGW_PACKAGE_PREFIX}"-gst-plugins-good \
+ "${MINGW_PACKAGE_PREFIX}"-gst-plugins-bad \
"${MINGW_PACKAGE_PREFIX}"-gst-libav \
"${MINGW_PACKAGE_PREFIX}"-gst-python \
"${MINGW_PACKAGE_PREFIX}"-adwaita-icon-theme \