diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index cbe527ab8..2f34b8f8b 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -197,7 +197,6 @@ Section "Strawberry" Strawberry File "avcodec-58.dll" File "avfilter-7.dll" File "avformat-58.dll" - File "avresample-4.dll" File "avutil-56.dll" File "libbrotlicommon.dll" File "libbrotlidec.dll" @@ -462,7 +461,6 @@ Section "Uninstall" Delete "$INSTDIR\avcodec-58.dll" Delete "$INSTDIR\avfilter-7.dll" Delete "$INSTDIR\avformat-58.dll" - Delete "$INSTDIR\avresample-4.dll" Delete "$INSTDIR\avutil-56.dll" Delete "$INSTDIR\libbrotlicommon.dll" Delete "$INSTDIR\libbrotlidec.dll"