From cb914379c9ac4ad601750541b95875aba969d1b6 Mon Sep 17 00:00:00 2001 From: Mike Malburg Date: Mon, 16 Sep 2024 13:35:36 -0400 Subject: [PATCH] Update liblame version Update the build version to use the FFMPEG port version. Since libmp3lame did not change version numbers between FFMPEG 6.0.0 and 6.1.1, this failed some upstream client upgrade tests. Changing this version metadata will ensure that it passes these tests and that this dll actually gets replaced during an upgrade. --- custom-steps/ffmpeg/version-info.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom-steps/ffmpeg/version-info.json b/custom-steps/ffmpeg/version-info.json index 763e366..e8fea03 100644 --- a/custom-steps/ffmpeg/version-info.json +++ b/custom-steps/ffmpeg/version-info.json @@ -55,6 +55,10 @@ "productName": "FFmpeg", "productVersion": "6.1.1", "copyright": "Copyright (C) 2000-2023 FFmpeg Project" + }, + { + "filename": "bin/libmp3lame.dll", + "fileVersion": "3.100.2.16" } ] }