Credit Andrew with recommending upgrade libvpx
authorGood Guy <good1.2guy@gmail.com>
Fri, 6 Oct 2023 23:42:12 +0000 (17:42 -0600)
committerGood Guy <good1.2guy@gmail.com>
Fri, 6 Oct 2023 23:42:12 +0000 (17:42 -0600)
cinelerra-5.1/configure.ac
cinelerra-5.1/thirdparty/src/libvpx-1.13.1.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz [new file with mode: 0644]

index f8d57a73d2cf4b45d11b62c00d293ed17e8cfca5..770cc188b14a606c92722115198d025da44e6835 100644 (file)
@@ -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 (file)
index 0000000..3700951
--- /dev/null
@@ -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 (file)
index 0000000..a2455c3
Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz differ