LICENSE= GPLv2
NOT_FOR_ARCHS= aarch64
NOT_FOR_ARCHS_REASON= invokes x86 asm
LIB_DEPENDS= liborc-0.4.so:devel/orc
PORTSCOUT= limit:0\.10\..*
--- gst-libs/ext/libav/configure.orig 2018-08-07 16:03:13 UTC
+++ gst-libs/ext/libav/configure
@@ -2133,6 +2133,9 @@ fi
# Deal with common $arch aliases
case "$arch" in
+ aarch64|arm64)
+ arch="aarch64"
+ ;;
arm*)
arch="arm"
;;