]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
update libvpx to 1.13.1
authorCvH <1355173+CvH@users.noreply.github.com>
Mon, 27 Nov 2023 15:34:33 +0000 (16:34 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Wed, 29 Nov 2023 17:12:27 +0000 (18:12 +0100)
Makefile.ffmpeg

index c4b8c1d14a0eb64b9ff315e6d271c8a210304225..6cb66a5f2bae5a00681e3e0e36680550806212c0 100644 (file)
@@ -69,11 +69,11 @@ LIBX265_DIFFS  = libx265.pic.diff
 endif
 LIBX265_DIFFS  += libx265-silence.patch
 
-LIBVPX_VER     = 1.12.0
+LIBVPX_VER     = 1.13.1
 LIBVPX         = libvpx-$(LIBVPX_VER)
 LIBVPX_TB      = $(LIBVPX).tar.gz
 LIBVPX_URL     = https://github.com/webmproject/libvpx/archive/v$(LIBVPX_VER)/$(LIBVPX_TB)
-LIBVPX_SHA1    = e5f344d28752344d4c6e0c83b055093932b8d2c9
+LIBVPX_SHA1    = abde9c00ecb478e5740837f96fe8b71e2e029b03
 
 LIBOGG         = libogg-1.3.4
 LIBOGG_TB      = $(LIBOGG).tar.gz