Merge "ppc: include ppc.h for ppc_simd_caps()"

This commit is contained in:
Johann Koenig 2017-03-09 23:12:36 +00:00 committed by Gerrit Code Review
commit f951881e8c

View File

@ -14,6 +14,8 @@
#include "vpx_ports/arm.h"
#elif ARCH_X86 || ARCH_X86_64
#include "vpx_ports/x86.h"
#elif ARCH_PPC
#include "vpx_ports/ppc.h"
#endif
#include "vp8/common/onyxc_int.h"
#include "vp8/common/systemdependent.h"