Update libspeex for msvc in nsi

This commit is contained in:
Jonas Kvinge 2022-03-22 21:24:54 +01:00
parent a6c05df362
commit 36ad9704a2
1 changed files with 2 additions and 4 deletions

View File

@ -365,6 +365,7 @@ Section "Strawberry" Strawberry
File "liblzma.dll"
File "libmp3lame.dll"
File "libopenmpt.dll"
File "libspeex.dll"
File "mpcdec.dll"
File "mpg123.dll"
File "ogg.dll"
@ -382,14 +383,12 @@ Section "Strawberry" Strawberry
!ifdef release
File "libpng16.dll"
File "libprotobuf.dll"
File "libspeex.dll"
File "libxml2.dll"
File "zlib.dll"
!endif
!ifdef debug
File "libpng16d.dll"
File "libprotobufd.dll"
;File "libspeexd.dll"
File "libxml2d.dll"
File "zlibd.dll"
!endif
@ -826,6 +825,7 @@ Section "Uninstall"
Delete "$INSTDIR\liblzma.dll"
Delete "$INSTDIR\libmp3lame.dll"
Delete "$INSTDIR\libopenmpt.dll"
Delete "$INSTDIR\libspeex.dll"
Delete "$INSTDIR\mpcdec.dll"
Delete "$INSTDIR\mpg123.dll"
Delete "$INSTDIR\ogg.dll"
@ -843,14 +843,12 @@ Section "Uninstall"
!ifdef release
Delete "$INSTDIR\libpng16.dll"
Delete "$INSTDIR\libprotobuf.dll"
Delete "$INSTDIR\libspeex.dll"
Delete "$INSTDIR\libxml2.dll"
Delete "$INSTDIR\zlib.dll"
!endif
!ifdef debug
Delete "$INSTDIR\libpng16d.dll"
Delete "$INSTDIR\libprotobufd.dll"
Delete "$INSTDIR\libspeexd.dll"
Delete "$INSTDIR\libxml2d.dll"
Delete "$INSTDIR\zlibd.dll"
!endif