1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/graphics/vapoursynth-fmtconv
Jan Beich 646ee61254 graphics/vapoursynth-fmtconv: limit to x86 and arm
Based on src/fstb/def.h:
  #if defined (__i386__) || defined (_M_IX86) || defined (_X86_) || defined (_M_X64) || defined (__x86_64__) || defined (__INTEL__)
	  #define fstb_ARCHI	fstb_ARCHI_X86
  #elif defined (__arm__) || defined (__arm) || defined (__arm64__) || defined (__arm64) || defined (_M_ARM) || defined (__aarch64__)
	  #define fstb_ARCHI	fstb_ARCHI_ARM
  #else
	  #error
  #endif
2021-12-04 21:43:02 +00:00
..
distinfo
Makefile graphics/vapoursynth-fmtconv: limit to x86 and arm 2021-12-04 21:43:02 +00:00
pkg-descr