From: Good Guy Date: Thu, 17 Feb 2022 23:39:12 +0000 (-0700) Subject: update libvpx from 1.8.2 to 1.11.0 X-Git-Tag: 2022-02~3 X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=c842851a412920801df239639a0ec009a5ba790e;p=goodguy%2Fcinelerra.git update libvpx from 1.8.2 to 1.11.0 --- diff --git a/cinelerra-5.1/thirdparty/downloads.txt b/cinelerra-5.1/thirdparty/downloads.txt index e8df3447..dc72ccb2 100644 --- a/cinelerra-5.1/thirdparty/downloads.txt +++ b/cinelerra-5.1/thirdparty/downloads.txt @@ -36,7 +36,7 @@ https://code.videolan.org/videolan/x264/-/tree/stable/x264-stable.tar.gz https://code.videolan.org/videolan/x264/-/tree/master/x264-snapshot-20210615-master.tar.xz (Andrew does somehow) https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.5.tar.gz https://ffmpeg.org/releases/ffmpeg-4.4.tar.bz2 -https://github.com/webmproject/libvpx/archive/v1.8.2.tar.gz +https://github.com/webmproject/libvpx/archive/v1.11.0.tar.gz https://code.videolan.org/videolan/dav1d/-/archive/0.7.1/dav1d-0.7.1.tar.gz https://github.com/swh/ladspa/releases/tag/v0.4.17, plugin.org.uk https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.patch1 b/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.patch1 new file mode 100644 index 00000000..37009517 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.patch1 @@ -0,0 +1,11 @@ +--- a/vpx_ports/mem.h 2019-12-09 16:09:20.000000000 -0700 ++++ b/vpx_ports/mem.h 2020-07-31 09:20:22.303406738 -0600 +@@ -15,7 +15,7 @@ + #include "vpx/vpx_integer.h" + + #if (defined(__GNUC__) && __GNUC__) || defined(__SUNPRO_C) +-#define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) ++#define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(64))) + #elif defined(_MSC_VER) + #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val + #else diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.tar.xz b/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.tar.xz new file mode 100644 index 00000000..0c9afd37 Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.tar.xz differ