View | Details | Raw Unified | Return to bug 230438
Collapse All | Expand All

(-)multimedia/gstreamer-ffmpeg/Makefile (-3 lines)
Lines 16-24 Link Here
16
16
17
LICENSE=	GPLv2
17
LICENSE=	GPLv2
18
18
19
NOT_FOR_ARCHS=		aarch64
20
NOT_FOR_ARCHS_REASON=	invokes x86 asm
21
22
LIB_DEPENDS=	liborc-0.4.so:devel/orc
19
LIB_DEPENDS=	liborc-0.4.so:devel/orc
23
20
24
PORTSCOUT=	limit:0\.10\..*
21
PORTSCOUT=	limit:0\.10\..*
(-)multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure (+12 lines)
Line 0 Link Here
1
--- gst-libs/ext/libav/configure.orig	2018-08-07 16:03:13 UTC
2
+++ gst-libs/ext/libav/configure
3
@@ -2133,6 +2133,9 @@ fi
4
 
5
 # Deal with common $arch aliases
6
 case "$arch" in
7
+    aarch64|arm64)
8
+        arch="aarch64"
9
+    ;;
10
     arm*)
11
         arch="arm"
12
     ;;

Return to bug 230438