python/build/libs.py: update FLAC to 1.4.3

This commit is contained in:
Max Kellermann 2023-09-11 22:19:39 +02:00
parent 99765cc704
commit e8a25dc8d9
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ opus = AutotoolsProject(
) )
flac = AutotoolsProject( flac = AutotoolsProject(
'http://downloads.xiph.org/releases/flac/flac-1.4.2.tar.xz', 'http://downloads.xiph.org/releases/flac/flac-1.4.3.tar.xz',
'e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4', '6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70',
'lib/libFLAC.a', 'lib/libFLAC.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',