X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Flibvpx-1.13.1.patch1;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Flibvpx-1.13.1.patch1;h=37009517f4f9f60593a5f33ab6b985c2dcb35918;hb=bfc2f6c2bd7676c25a2b5ce9e2bd9b1d791531f5;hp=0000000000000000000000000000000000000000;hpb=faa30d86ecd74cf4c53676e29d669cf59a0214d4;p=goodguy%2Fcinelerra.git 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