From d08e6a1dca6c1f43b95df23985d2c20d3c0ca0cf Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 2 Sep 2018 16:00:48 +0200 Subject: [PATCH] Remove libmpcdec-5.dll --- dist/windows/strawberry-debug.nsi.in | 4 ++-- dist/windows/strawberry.nsi.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/windows/strawberry-debug.nsi.in b/dist/windows/strawberry-debug.nsi.in index 0725c58e0..5fef98200 100644 --- a/dist/windows/strawberry-debug.nsi.in +++ b/dist/windows/strawberry-debug.nsi.in @@ -157,7 +157,7 @@ Section "Strawberry" Strawberry File "Qt5Xml.dll" File "zlib1.dll" File "libxine-2.dll" - File "libmpcdec-5.dll" + ;File "libmpcdec-5.dll" File "libtheora-0.dll" File "libfftw3-3.dll" File "libxml2-2.dll" @@ -398,7 +398,7 @@ Section "Uninstall" Delete "$INSTDIR\Qt5Xml.dll" Delete "$INSTDIR\zlib1.dll" Delete "$INSTDIR\libxine-2.dll" - Delete "$INSTDIR\libmpcdec-5.dll" + ;Delete "$INSTDIR\libmpcdec-5.dll" Delete "$INSTDIR\libtheora-0.dll" Delete "$INSTDIR\libfftw3-3.dll" Delete "$INSTDIR\libxml2-2.dll" diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index de7385a24..d3e64b202 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -156,7 +156,7 @@ Section "Strawberry" Strawberry File "Qt5Widgets.dll" File "Qt5Xml.dll" File "zlib1.dll" - File "libmpcdec-5.dll" + ;File "libmpcdec-5.dll" File "libtheora-0.dll" File "libfftw3-3.dll" File "libxml2-2.dll" @@ -365,7 +365,7 @@ Section "Uninstall" Delete "$INSTDIR\Qt5Widgets.dll" Delete "$INSTDIR\Qt5Xml.dll" Delete "$INSTDIR\zlib1.dll" - Delete "$INSTDIR\libmpcdec-5.dll" + ;Delete "$INSTDIR\libmpcdec-5.dll" Delete "$INSTDIR\libtheora-0.dll" Delete "$INSTDIR\libfftw3-3.dll" Delete "$INSTDIR\libxml2-2.dll"