svn commit: r428892 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Mon Dec 19 01:07:41 UTC 2016


Author: jbeich
Date: Mon Dec 19 01:07:39 2016
New Revision: 428892
URL: https://svnweb.freebsd.org/changeset/ports/428892

Log:
  multimedia/ffmpeg: respect CPUTYPE for NEON=on

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

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Mon Dec 19 01:07:22 2016	(r428891)
+++ head/multimedia/ffmpeg/Makefile	Mon Dec 19 01:07:39 2016	(r428892)
@@ -351,7 +351,9 @@ VDPAU_CONFIGURE_ENABLE=	vdpau
 # armv6
 VFP_CONFIGURE_ENABLE=	vfp
 NEON_CONFIGURE_ENABLE=	neon
+.if ! ${CFLAGS:M-march*}
 NEON_CONFIGURE_ON=	--cpu=armv7-a
+.endif
 
 # vo-amrwbenc
 VO_AMRWBENC_LIB_DEPENDS=	libvo-amrwbenc.so:audio/vo-amrwbenc


More information about the svn-ports-head mailing list