mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-04 14:10:02 +01:00
add arch aarch64
This commit is contained in:
@@ -330,6 +330,16 @@ dnl CFLAGS="$CFLAGS -no-cpp-precomp"
|
||||
fi
|
||||
|
||||
;;
|
||||
aarch64 )
|
||||
AC_DEFINE(HAVE_ARM,1,[Compiling for ARM CPU])
|
||||
if test "x$enable_debug" != "xyes" ; then
|
||||
VJE_CFLAGS="-O3 -ffast-math -ftree-vectorize -m64 -fPIC -DPIC"
|
||||
SUBSAMPLE_CFLAGS="-m64 -fPIC -DPIC"
|
||||
fi
|
||||
CFLAGS="$CFLAGS -m64 -fPIC -DPIC -fopenmp"
|
||||
have_arm=true
|
||||
AC_MSG_RESULT(aarch64)
|
||||
;;
|
||||
arm|armv7l)
|
||||
AC_DEFINE(HAVE_ARM,1,[Compiling for ARM CPU])
|
||||
have_arm=true
|
||||
|
||||
Reference in New Issue
Block a user