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 graphics/vapoursynth-fmtconv: update to r28 2021-11-20 10:08:15 +00:00
Makefile graphics/vapoursynth-fmtconv: limit to x86 and arm 2021-12-04 21:43:02 +00:00
pkg-descr graphics/vapoursynth-fmtconv: update description after 90f0a32e4c 2021-08-16 22:38:38 +00:00