mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Fix compilation error on PowerPC.
- Need abs from stdlib.
This commit is contained in:
parent
f6fead6221
commit
fcb6fa6d4b
|
@ -27,6 +27,7 @@
|
|||
|
||||
#if COMPILE_POWERPC_ALTIVEC
|
||||
#include <altivec.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
static unsigned reg_sad_altivec(const pixel * const data1, const pixel * const data2,
|
||||
|
|
Loading…
Reference in a new issue