Fix build on powerpc64 with LLVM

This commit is contained in:
pkubaj 2019-09-12 15:05:00 +02:00 committed by GitHub
parent 4007485420
commit 1d7fcf4227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,9 @@
#include "strategies/altivec/picture-altivec.h"
#if COMPILE_POWERPC_ALTIVEC
#undef bool
#include <altivec.h>
#define bool _Bool
#include <stdlib.h>
#include "kvazaar.h"