From: CvH <1355173+CvH@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:34:33 +0000 (+0100) Subject: update libvpx to 1.13.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd884b84054ba663a64734aaa7d98c38658a89bc;p=thirdparty%2Ftvheadend.git update libvpx to 1.13.1 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index c4b8c1d14..6cb66a5f2 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -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