File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Currently FFmpeg 8.0.1 is built with the following packages enabled for all plat
2424- dav1d 1.5.3
2525- libsvtav1 3.1.2
2626- vpx 1.15.2
27- - png 1.6.53
27+ - png 1.6.54
2828- webp 1.5.0
2929- openh264 2.6.0
3030- opencore-amr 0.1.6
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ def calculate_sha256(filename: str) -> str:
118118 ),
119119 Package (
120120 name = "png" ,
121- source_url = "https://downloads.sourceforge.net/project/libpng/libpng16/1.6.53 /libpng-1.6.53 .tar.xz" ,
122- sha256 = "1d3fb8ccc2932d04aa3663e22ef5ef490244370f4e568d7850165068778d98d4 " ,
121+ source_url = "https://downloads.sourceforge.net/project/libpng/libpng16/1.6.54 /libpng-1.6.54 .tar.xz" ,
122+ sha256 = "01c9d8a303c941ec2c511c14312a3b1d36cedb41e2f5168ccdaa85d53b887805 " ,
123123 # avoid an assembler error on Windows
124124 build_arguments = ["PNG_COPTS=-fno-asynchronous-unwind-tables" ],
125125 ),
You can’t perform that action at this time.
0 commit comments