From: Good Guy Date: Fri, 6 Oct 2023 23:42:12 +0000 (-0600) Subject: Credit Andrew with recommending upgrade libvpx X-Git-Tag: 2023-11~3 X-Git-Url: http://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=bfc2f6c2bd7676c25a2b5ce9e2bd9b1d791531f5;hp=faa30d86ecd74cf4c53676e29d669cf59a0214d4;p=goodguy%2Fcinelerra.git Credit Andrew with recommending upgrade libvpx --- diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index f8d57a73..770cc188 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -427,7 +427,7 @@ PKG_3RD([x265],[auto], [ . source ]) PKG_3RD([libvpx],[auto], - [libvpx-1.13.0], + [libvpx-1.13.1], [ libvpx.a ], [ . ]) diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.patch1 b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.patch1 new file mode 100644 index 00000000..37009517 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.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.13.1.tar.gz b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz new file mode 100644 index 00000000..a2455c38 Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz differ