Swap Linux kernel header for POSIX header. Fixes building on OpenBSD & FreeBSD powerpc64. Still builds clean on Linux / powerpc64.
diff --git a/source/common/ppc/intrapred_altivec.cpp b/source/common/ppc/intrapred_altivec.cpp index ffdde2f92..cd3937060 100644 --- a/source/common/ppc/intrapred_altivec.cpp +++ b/source/common/ppc/intrapred_altivec.cpp @@ -27,7 +27,7 @@ #include <assert.h> #include <math.h> #include <cmath> -#include <linux/types.h> +#include <sys/types.h> #include <stdlib.h> #include <stdio.h> #include <stdint.h> _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
