Signed-off-by: Philipp Zabel <[email protected]> --- rules/ffmpeg.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/ffmpeg.make b/rules/ffmpeg.make index 3d3e78ec8036..781b33be1a73 100644 --- a/rules/ffmpeg.make +++ b/rules/ffmpeg.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FFMPEG) += ffmpeg # # Paths and names # -FFMPEG_VERSION := 7.1 -FFMPEG_MD5 := 623aa63a72139a82ccb99cd6ee477b94 +FFMPEG_VERSION := 7.1.1 +FFMPEG_MD5 := 26f2bd7d20c6c616f31d7130c88d7250 FFMPEG := ffmpeg-$(FFMPEG_VERSION) FFMPEG_SUFFIX := tar.xz FFMPEG_URL := https://www.ffmpeg.org/releases/$(FFMPEG).$(FFMPEG_SUFFIX) -- 2.39.5
