Commit fe195257 authored by Max Kellermann's avatar Max Kellermann

python/build/libs.py: update FFmpeg to 5.1

parent 57d5df81
...@@ -151,8 +151,8 @@ gme = CmakeProject( ...@@ -151,8 +151,8 @@ gme = CmakeProject(
) )
ffmpeg = FfmpegProject( ffmpeg = FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-5.0.1.tar.xz', 'http://ffmpeg.org/releases/ffmpeg-5.1.tar.xz',
'ef2efae259ce80a240de48ec85ecb062cecca26e4352ffb3fda562c21a93007b', '55eb6aab5ee235550fa54a33eaf8bf1b4ec66c01453182b12f6a993d75698b03',
'lib/libavcodec.a', 'lib/libavcodec.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',
...@@ -166,7 +166,6 @@ ffmpeg = FfmpegProject( ...@@ -166,7 +166,6 @@ ffmpeg = FfmpegProject(
'--disable-swscale', '--disable-swscale',
'--disable-postproc', '--disable-postproc',
'--disable-avfilter', '--disable-avfilter',
'--disable-lzo',
'--disable-faan', '--disable-faan',
'--disable-pixelutils', '--disable-pixelutils',
'--disable-network', '--disable-network',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment