@@ -162,7 +162,7 @@ func buildLibraryOrder() []*Library {
162162// zlib - compression library
163163var zlib = & Library {
164164 Name : "zlib" ,
165- URL : "https://github.com/madler/zlib/releases/download/v1.3.1 /zlib-1.3.1 .tar.gz" ,
165+ URL : "https://github.com/madler/zlib/releases/download/v1.3.2 /zlib-1.3.2 .tar.gz" ,
166166 FFmpegEnables : []string {"zlib" },
167167 BuildSystem : & AutoconfBuild {},
168168 SkipAutoFlags : true , // zlib has a custom configure script that rejects CFLAGS/LDFLAGS
@@ -177,7 +177,7 @@ var zlib = &Library{
177177// libiconv - character encoding conversion (macOS only)
178178var libiconv = & Library {
179179 Name : "libiconv" ,
180- URL : "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.18 .tar.gz" ,
180+ URL : "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.19 .tar.gz" ,
181181 Platform : []string {"darwin" },
182182 BuildSystem : & AutoconfBuild {},
183183 ConfigureArgs : func (os string ) []string {
@@ -194,7 +194,7 @@ var libiconv = &Library{
194194// libxml2 - XML parsing library
195195var libxml2 = & Library {
196196 Name : "libxml2" ,
197- URL : "https://download.gnome.org/sources/libxml2/2.15/libxml2-2.15.1 .tar.xz" ,
197+ URL : "https://download.gnome.org/sources/libxml2/2.15/libxml2-2.15.2 .tar.xz" ,
198198 FFmpegEnables : []string {"libxml2" },
199199 BuildSystem : & AutoconfBuild {},
200200 ConfigureArgs : func (os string ) []string {
@@ -218,7 +218,7 @@ var libxml2 = &Library{
218218// nvcodecheaders - NVIDIA codec SDK headers (Linux only)
219219var nvcodecheaders = & Library {
220220 Name : "nv-codec-headers" ,
221- URL : "https://github.com/FFmpeg/nv-codec-headers/releases/download/n12.2.72 .0/nv-codec-headers-12.2.72 .0.tar.gz" ,
221+ URL : "https://github.com/FFmpeg/nv-codec-headers/releases/download/n13.0.19 .0/nv-codec-headers-13.0.19 .0.tar.gz" ,
222222 Platform : []string {"linux" },
223223 FFmpegEnables : []string {"cuvid" , "ffnvcodec" , "nvdec" , "nvenc" },
224224 BuildSystem : & MakefileBuild {
@@ -233,7 +233,7 @@ var nvcodecheaders = &Library{
233233// vulkanheaders - Vulkan API headers (cross-platform)
234234var vulkanheaders = & Library {
235235 Name : "Vulkan-Headers" ,
236- URL : "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.335 .tar.gz" ,
236+ URL : "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.345 .tar.gz" ,
237237 FFmpegEnables : []string {"vulkan" },
238238 BuildSystem : & CMakeBuild {},
239239 ConfigureArgs : func (os string ) []string {
@@ -293,7 +293,7 @@ var glslang = &Library{
293293// libdrm - Direct Rendering Manager library (Linux only, required by libva)
294294var libdrm = & Library {
295295 Name : "libdrm" ,
296- URL : "https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-2.4.129 /drm-libdrm-2.4.129 .tar.gz" ,
296+ URL : "https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-2.4.131 /drm-libdrm-2.4.131 .tar.gz" ,
297297 Platform : []string {"linux" },
298298 BuildSystem : & MesonBuild {},
299299 ConfigureArgs : func (os string ) []string {
@@ -324,7 +324,7 @@ var libdrm = &Library{
324324// libva - Video Acceleration API (Linux only, provides VA-API backend for QSV)
325325var libva = & Library {
326326 Name : "libva" ,
327- URL : "https://github.com/intel/libva/releases/download/2.22 .0/libva-2.22 .0.tar.bz2" ,
327+ URL : "https://github.com/intel/libva/releases/download/2.23 .0/libva-2.23 .0.tar.bz2" ,
328328 Platform : []string {"linux" },
329329 Dependencies : []* Library {libdrm },
330330 FFmpegEnables : []string {"vaapi" },
@@ -364,7 +364,7 @@ var libva = &Library{
364364// libvpl - Intel VPL/oneVPL headers (Linux only, for QuickSync)
365365var libvpl = & Library {
366366 Name : "libvpl" ,
367- URL : "https://github.com/intel/libvpl/archive/refs/tags/v2.15 .0.tar.gz" ,
367+ URL : "https://github.com/intel/libvpl/archive/refs/tags/v2.16 .0.tar.gz" ,
368368 Platform : []string {"linux" },
369369 FFmpegEnables : []string {"libvpl" },
370370 BuildSystem : & CMakeBuild {},
@@ -488,7 +488,7 @@ var lame = &Library{
488488// opus - Opus audio codec
489489var opus = & Library {
490490 Name : "opus" ,
491- URL : "https://downloads.xiph.org/releases/opus/opus-1.5.2 .tar.gz" ,
491+ URL : "https://downloads.xiph.org/releases/opus/opus-1.6.1 .tar.gz" ,
492492 FFmpegEnables : []string {"libopus" },
493493 BuildSystem : & AutoconfBuild {},
494494 ConfigureArgs : func (os string ) []string {
@@ -505,7 +505,7 @@ var opus = &Library{
505505// libvpx - VP8/VP9 video codec
506506var libvpx = & Library {
507507 Name : "libvpx" ,
508- URL : "https://github.com/webmproject/libvpx/archive/refs/tags/v1.15.2 .tar.gz" ,
508+ URL : "https://github.com/webmproject/libvpx/archive/refs/tags/v1.16.0 .tar.gz" ,
509509 FFmpegEnables : []string {"libvpx" },
510510 BuildSystem : & AutoconfBuild {},
511511 SkipAutoFlags : true , // vpx has a custom configure script that rejects CFLAGS/LDFLAGS
@@ -589,7 +589,7 @@ var x265 = &Library{
589589// dav1d - AV1 video decoder
590590var dav1d = & Library {
591591 Name : "dav1d" ,
592- URL : "https://code.videolan.org/videolan/dav1d/-/archive/1.5.2 /dav1d-1.5.2 .tar.bz2" ,
592+ URL : "https://code.videolan.org/videolan/dav1d/-/archive/1.5.3 /dav1d-1.5.3 .tar.bz2" ,
593593 FFmpegEnables : []string {"libdav1d" },
594594 BuildSystem : & MesonBuild {},
595595 ConfigureArgs : func (os string ) []string {
@@ -654,7 +654,7 @@ var rav1e = &Library{
654654// vvenc - H.266/VVC video encoder
655655var vvenc = & Library {
656656 Name : "vvenc" ,
657- URL : "https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v1.13.1 .tar.gz" ,
657+ URL : "https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v1.14.0 .tar.gz" ,
658658 FFmpegEnables : []string {"libvvenc" },
659659 BuildSystem : & CMakeBuild {},
660660 Enabled : Disabled (),
@@ -681,7 +681,7 @@ var vvenc = &Library{
681681// - BIO, EVP APIs
682682var openssl = & Library {
683683 Name : "openssl" ,
684- URL : "https://github.com/openssl/openssl/releases/download/openssl-3.6.0 /openssl-3.6.0 .tar.gz" ,
684+ URL : "https://github.com/openssl/openssl/releases/download/openssl-3.6.1 /openssl-3.6.1 .tar.gz" ,
685685 FFmpegEnables : []string {"openssl" },
686686 BuildSystem : & OpenSSLBuild {},
687687 ConfigureArgs : func (os string ) []string {
@@ -744,7 +744,7 @@ var openssl = &Library{
744744// libsrt - Secure Reliable Transport (SRT) protocol library
745745var libsrt = & Library {
746746 Name : "libsrt" ,
747- URL : "https://github.com/Haivision/srt/archive/refs/tags/v1.5.5-rc.0a .tar.gz" ,
747+ URL : "https://github.com/Haivision/srt/archive/refs/tags/v1.5.5-rc.1 .tar.gz" ,
748748 FFmpegEnables : []string {"libsrt" },
749749 BuildSystem : & CMakeBuild {},
750750 ConfigureArgs : func (os string ) []string {
0 commit comments