From e439ac0e0e75b97074ad0d2e60b9f659268e19aa Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 19 Jan 2022 21:20:51 +0100 Subject: [PATCH] Update to ffmpeg 5 in nsi --- dist/windows/strawberry.nsi.in | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 8087f8784..127c46a7b 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -185,10 +185,10 @@ Section "Strawberry" Strawberry File "libssl-3-x64.dll" !endif - File "avcodec-58.dll" - File "avfilter-7.dll" - File "avformat-58.dll" - File "avutil-56.dll" + File "avcodec-59.dll" + File "avfilter-8.dll" + File "avformat-59.dll" + File "avutil-57.dll" File "libbrotlicommon.dll" File "libbrotlidec.dll" File "libbz2.dll" @@ -258,15 +258,15 @@ Section "Strawberry" Strawberry File "libwinpthread-1.dll" File "libxml2-2.dll" File "libzstd.dll" - File "postproc-55.dll" + File "postproc-56.dll" File "Qt6Concurrent.dll" File "Qt6Core.dll" File "Qt6Gui.dll" File "Qt6Network.dll" File "Qt6Sql.dll" File "Qt6Widgets.dll" - File "swresample-3.dll" - File "swscale-5.dll" + File "swresample-4.dll" + File "swscale-6.dll" File "zlib1.dll" !ifdef debug @@ -451,10 +451,10 @@ Section "Uninstall" Delete "$INSTDIR\libssl-3-x64.dll" !endif - Delete "$INSTDIR\avcodec-58.dll" - Delete "$INSTDIR\avfilter-7.dll" - Delete "$INSTDIR\avformat-58.dll" - Delete "$INSTDIR\avutil-56.dll" + Delete "$INSTDIR\avcodec-59.dll" + Delete "$INSTDIR\avfilter-8.dll" + Delete "$INSTDIR\avformat-59.dll" + Delete "$INSTDIR\avutil-57.dll" Delete "$INSTDIR\libbrotlicommon.dll" Delete "$INSTDIR\libbrotlidec.dll" Delete "$INSTDIR\libbz2.dll" @@ -524,15 +524,15 @@ Section "Uninstall" Delete "$INSTDIR\libwinpthread-1.dll" Delete "$INSTDIR\libxml2-2.dll" Delete "$INSTDIR\libzstd.dll" - Delete "$INSTDIR\postproc-55.dll" + Delete "$INSTDIR\postproc-56.dll" Delete "$INSTDIR\Qt6Concurrent.dll" Delete "$INSTDIR\Qt6Core.dll" Delete "$INSTDIR\Qt6Gui.dll" Delete "$INSTDIR\Qt6Network.dll" Delete "$INSTDIR\Qt6Sql.dll" Delete "$INSTDIR\Qt6Widgets.dll" - Delete "$INSTDIR\swresample-3.dll" - Delete "$INSTDIR\swscale-5.dll" + Delete "$INSTDIR\swresample-4.dll" + Delete "$INSTDIR\swscale-6.dll" Delete "$INSTDIR\zlib1.dll" !ifdef debug