Remove libxine from nsi file

This commit is contained in:
Jonas Kvinge 2018-09-02 12:56:31 +02:00
parent f86b10c71f
commit 154136185b
1 changed files with 0 additions and 2 deletions

View File

@ -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"