mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Fix build on powerpc64 with LLVM
This commit is contained in:
parent
4007485420
commit
1d7fcf4227
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue