diff --git a/python/build/libs.py b/python/build/libs.py index 8204e9524..3c8677c5c 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -76,8 +76,8 @@ gme = CmakeProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-6.1.tar.xz', - '488c76e57dd9b3bee901f71d5c95eaf1db4a5a31fe46a28654e837144207c270', + 'http://ffmpeg.org/releases/ffmpeg-6.1.1.tar.xz', + '8684f4b00f94b85461884c3719382f1261f0d9eb3d59640a1f4ac0873616f968', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static',