From 8ddcbaac2742c927841d65a849039ee0fb170205 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 8 Feb 2022 16:33:39 +0100 Subject: [PATCH] Update nsi --- dist/windows/strawberry.nsi.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 6c0c14d47..5fb493d7d 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -318,10 +318,12 @@ Section "Strawberry" Strawberry File "gmodule-2.0-0.dll" File "gnutls.dll" File "gobject-2.0-0.dll" + File "gstadaptivedemux-1.0-0.dll" File "gstapp-1.0-0.dll" File "gstaudio-1.0-0.dll" File "gstbase-1.0-0.dll" File "gstfft-1.0-0.dll" + File "gstisoff-1.0-0.dll" File "gstnet-1.0-0.dll" File "gstpbutils-1.0-0.dll" File "gstreamer-1.0-0.dll" @@ -330,7 +332,9 @@ Section "Strawberry" Strawberry File "gstrtsp-1.0-0.dll" File "gstsdp-1.0-0.dll" File "gsttag-1.0-0.dll" + File "gsturidownloader-1.0-0.dll" File "gstvideo-1.0-0.dll" + File "gstwinrt-1.0-0.dll" File "intl-8.dll" File "libprotobuf.dll" File "opus-0.dll" @@ -528,6 +532,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=gstvolume.dll" "gstreamer-plugins\gstvolume.dll" File "/oname=gstvorbis.dll" "gstreamer-plugins\gstvorbis.dll" File "/oname=gstwasapi.dll" "gstreamer-plugins\gstwasapi.dll" + File "/oname=gstwasapi2.dll" "gstreamer-plugins\gstwasapi2.dll" File "/oname=gstwavpack.dll" "gstreamer-plugins\gstwavpack.dll" File "/oname=gstwavparse.dll" "gstreamer-plugins\gstwavparse.dll" File "/oname=gstxingmux.dll" "gstreamer-plugins\gstxingmux.dll" @@ -700,10 +705,12 @@ Section "Uninstall" Delete "$INSTDIR\gmodule-2.0-0.dll" Delete "$INSTDIR\gnutls.dll" Delete "$INSTDIR\gobject-2.0-0.dll" + Delete "$INSTDIR\gstadaptivedemux-1.0-0.dll" Delete "$INSTDIR\gstapp-1.0-0.dll" Delete "$INSTDIR\gstaudio-1.0-0.dll" Delete "$INSTDIR\gstbase-1.0-0.dll" Delete "$INSTDIR\gstfft-1.0-0.dll" + Delete "$INSTDIR\gstisoff-1.0-0.dll" Delete "$INSTDIR\gstnet-1.0-0.dll" Delete "$INSTDIR\gstpbutils-1.0-0.dll" Delete "$INSTDIR\gstreamer-1.0-0.dll" @@ -712,7 +719,9 @@ Section "Uninstall" Delete "$INSTDIR\gstrtsp-1.0-0.dll" Delete "$INSTDIR\gstsdp-1.0-0.dll" Delete "$INSTDIR\gsttag-1.0-0.dll" + Delete "$INSTDIR\gsturidownloader-1.0-0.dll" Delete "$INSTDIR\gstvideo-1.0-0.dll" + Delete "$INSTDIR\gstwinrt-1.0-0.dll" Delete "$INSTDIR\intl-8.dll" Delete "$INSTDIR\libprotobuf.dll" Delete "$INSTDIR\opus-0.dll" @@ -858,6 +867,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\gstvolume.dll" Delete "$INSTDIR\gstreamer-plugins\gstvorbis.dll" Delete "$INSTDIR\gstreamer-plugins\gstwasapi.dll" + Delete "$INSTDIR\gstreamer-plugins\gstwasapi2.dll" Delete "$INSTDIR\gstreamer-plugins\gstwavpack.dll" Delete "$INSTDIR\gstreamer-plugins\gstwavparse.dll" Delete "$INSTDIR\gstreamer-plugins\gstxingmux.dll"