commit | bd8dfea54d10adb2c0b19ccdaa6891757b1e5ae0 | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Wed Jan 27 02:03:17 2021 |
committer | James Zern <jzern@google.com> | Wed Jan 27 02:09:16 2021 |
tree | 99d0fe6edda28ad353c1cabce2dcaf3a82822874 | |
parent | 3aecf4a0ba219d0b92f765c59a89df55ce628da7 [diff] |
sad_test: fix compilation w/gcc 4.8.5 use a #define for kDataAlignment as it's used with DECLARE_ALIGNED (__attribute__((aligned(n)))) and this version under CentOS is more strict over integer constants: ../vpx_ports/mem.h:18:72: error: requested alignment is not an integer constant #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) Bug: webm:1690 Change-Id: I8d4661ec1c2c1b1522bdc210689715d2302c7e72