diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 324f51e8f..cbb6addc8 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -331,6 +331,7 @@ Section "Strawberry" Strawberry File "brotlicommon.dll" File "brotlidec.dll" File "chromaprint.dll" + File "faad.dll" File "fdk-aac.dll" File "ffi-7.dll" File "FLAC.dll" @@ -359,6 +360,7 @@ Section "Strawberry" Strawberry File "fftw3.dll" File "intl-8.dll" File "libbs2b.dll" + File "libfaac_dll.dll" File "libiconv.dll" File "liblzma.dll" File "libmp3lame.dll" @@ -374,12 +376,13 @@ Section "Strawberry" Strawberry File "sqlite3.dll" File "tag.dll" File "vorbis.dll" + File "vorbisfile.dll" File "wavpackdll.dll" !ifdef release File "libpng16.dll" File "libprotobuf.dll" - ;File "libspeex.dll" + File "libspeex.dll" File "libxml2.dll" File "zlib.dll" !endif @@ -789,6 +792,7 @@ Section "Uninstall" Delete "$INSTDIR\brotlicommon.dll" Delete "$INSTDIR\brotlidec.dll" Delete "$INSTDIR\chromaprint.dll" + Delete "$INSTDIR\faad.dll" Delete "$INSTDIR\fdk-aac.dll" Delete "$INSTDIR\ffi-7.dll" Delete "$INSTDIR\FLAC.dll" @@ -817,6 +821,7 @@ Section "Uninstall" Delete "$INSTDIR\fftw3.dll" Delete "$INSTDIR\intl-8.dll" Delete "$INSTDIR\libbs2b.dll" + Delete "$INSTDIR\libfaac_dll.dll" Delete "$INSTDIR\libiconv.dll" Delete "$INSTDIR\liblzma.dll" Delete "$INSTDIR\libmp3lame.dll" @@ -832,19 +837,20 @@ Section "Uninstall" Delete "$INSTDIR\sqlite3.dll" Delete "$INSTDIR\tag.dll" Delete "$INSTDIR\vorbis.dll" + Delete "$INSTDIR\vorbisfile.dll" Delete "$INSTDIR\wavpackdll.dll" !ifdef release Delete "$INSTDIR\libpng16.dll" Delete "$INSTDIR\libprotobuf.dll" - ;Delete "$INSTDIR\libspeex.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\libspeexd.dll" Delete "$INSTDIR\libxml2d.dll" Delete "$INSTDIR\zlibd.dll" !endif