From 154136185b10576f8aba5d474dfdced40bbc74f1 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 2 Sep 2018 12:56:31 +0200 Subject: [PATCH] Remove libxine from nsi file --- dist/windows/strawberry.nsi.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index b76e3e84b..de7385a24 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -156,7 +156,6 @@ Section "Strawberry" Strawberry File "Qt5Widgets.dll" File "Qt5Xml.dll" File "zlib1.dll" - File "libxine-2.dll" File "libmpcdec-5.dll" File "libtheora-0.dll" File "libfftw3-3.dll" @@ -366,7 +365,6 @@ Section "Uninstall" Delete "$INSTDIR\Qt5Widgets.dll" Delete "$INSTDIR\Qt5Xml.dll" Delete "$INSTDIR\zlib1.dll" - Delete "$INSTDIR\libxine-2.dll" Delete "$INSTDIR\libmpcdec-5.dll" Delete "$INSTDIR\libtheora-0.dll" Delete "$INSTDIR\libfftw3-3.dll"