Remove avresample-4.dll from nsi

This commit is contained in:
Jonas Kvinge 2021-04-13 19:11:48 +02:00
parent 7877bb7956
commit a8d072150d
1 changed files with 0 additions and 2 deletions

View File

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