From e88921c81ef1769aefa2d95a66c58ebb8cbfed02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 26 Nov 2023 20:22:44 +0100 Subject: fix: Windows: Remove problematic DLL This DLL causes a crash on Windows --- win/_base.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3