Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2017 03:28:09 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440212 - head/multimedia/ffmpeg
Message-ID:  <201705060328.v463S9I0014994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat May  6 03:28:09 2017
New Revision: 440212
URL: https://svnweb.freebsd.org/changeset/ports/440212

Log:
  multimedia/ffmpeg: unbreak on aarch64 after r439365
  
  cc -I. -I./ -DLIBICONV_PLUG -isystem /usr/local/include -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DZLIB_CONST -fPIC -Qunused-arguments -MMD -MF libavcodec/aarch64/simple_idct_neon.d -MT libavcodec/aarch64/simple_idct_neon.o -c -o libavcodec/aarch64/simple_idct_neon.o libavcodec/aarch64/simple_idct_neon.S
  <instantiation>:1:14: error: invalid vector kind qualifier
  smull v7.4S, v26.4, v0.H[1]
               ^
  <instantiation>:1:1: note: while in macro instantiation
  smull1 v7.4S, v26.4, v0.H[1]
  ^
  <instantiation>:11:9: note: while in macro instantiation
          idct_col4_top v24 v25 v26 v27 1 4
          ^
  libavcodec/aarch64/simple_idct_neon.S:222:1: note: while in macro instantiation
  declare_idct_col4_neon 1 4H
  ^
  [...]
  
  PR:		218658 (for tracking)
  Reported by:	pkg-fallout

Modified:
  head/multimedia/ffmpeg/Makefile   (contents, props changed)

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Sat May  6 02:30:30 2017	(r440211)
+++ head/multimedia/ffmpeg/Makefile	Sat May  6 03:28:09 2017	(r440212)
@@ -445,6 +445,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \
 		--enable-pthreads \
 		--cc="${CC}"
 
+CONFIGURE_ENV_aarch64_clang=	ASFLAGS=-no-integrated-as
 CONFIGURE_ENV_armv6_clang=	ASFLAGS=-no-integrated-as
 CONFIGURE_ARGS_armv6=		--disable-fast-unaligned
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705060328.v463S9I0014994>