Remove libxine from nsi file
This commit is contained in:
parent
f86b10c71f
commit
154136185b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue