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:
authorPhilipp Hörist <philipp@hoerist.com>2023-11-26 22:22:44 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-11-26 22:22:44 +0300
commite88921c81ef1769aefa2d95a66c58ebb8cbfed02 (patch)
treed33b0fdf65f2519c678d2e12610628c9e9f317d3
parentf36a0308bb352011f80767103603a8f4db47aed6 (diff)
fix: Windows: Remove problematic DLL
This DLL causes a crash on Windows
-rwxr-xr-xwin/_base.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index ef672869f..029b667c4 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -257,6 +257,8 @@ function cleanup_install {
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstfaac.dll
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstschro.dll
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstcacasink.dll
+ # Crashes often on Windows maschines
+ rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstamfcodec.dll
rm -f "${MINGW_ROOT}"/bin/libBulletCollision.dll
rm -f "${MINGW_ROOT}"/bin/libBulletDynamics.dll