Enable build with ppc64le arch

deepcrayon-6.1
Jeff Moe 2023-09-16 17:06:49 -06:00
parent cd43eb3470
commit b3cab2af2d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
#include "../ntv2kona.h"
#include "ntv2mcap.h"
#if !defined(x86_64) && !defined(aarch64)
#if !defined(x86_64) && !defined(aarch64) && !defined(ppc64le)
#error "*** AJA driver must be built 64 bit ***"
#endif