Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2015 20:09:02 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401071 - head/multimedia/ffmpeg
Message-ID:  <201511082009.tA8K92Uj084902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Nov  8 20:09:02 2015
New Revision: 401071
URL: https://svnweb.freebsd.org/changeset/ports/401071

Log:
  Add non-default OPTION to support VFP on armv6
  
  PR:		204345
  Submitted by:	gonzo@FreeBSD.org

Modified:
  head/multimedia/ffmpeg/Makefile

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Sun Nov  8 19:22:46 2015	(r401070)
+++ head/multimedia/ffmpeg/Makefile	Sun Nov  8 20:09:02 2015	(r401071)
@@ -38,6 +38,7 @@ OPTIONS_GROUP=	LICENSE
 OPTIONS_GROUP_LICENSE=	GPL3 NONFREE
 
 OPTIONS_DEFINE_amd64=	MMX SSE
+OPTIONS_DEFINE_armv6=	VFP
 OPTIONS_DEFINE_i386=	MMX SSE
 OPTIONS_DEFAULT_amd64=	MMX SSE
 OPTIONS_DEFAULT_i386=	${MACHINE_CPU:tu:MMMX} ${MACHINE_CPU:tu:MSSE}
@@ -51,6 +52,7 @@ LIBV4L_DESC=	Video for Linux support
 LICENSE_DESC=	Licensing options
 NONFREE_DESC=	Allow use of nonfree code
 OPENH264_DESC=	H.264 video codec support via OpenH264
+VFP_DESC=	Enable Vector Floating Point instructions
 X11GRAB_DESC=	Enable x11 grabbing
 
 OPTIONS_SUB=	yes
@@ -232,6 +234,8 @@ VAAPI_CONFIGURE_ENABLE=	vaapi
 VDPAU_BUILD_DEPENDS=	${LOCALBASE}/include/vdpau/vdpau.h:${PORTSDIR}/multimedia/libvdpau
 VDPAU_CONFIGURE_ENABLE=	vdpau
 
+VFP_CONFIGURE_ENABLE=	vfp
+
 # vo-aacenc
 VO_AACENC_LIB_DEPENDS=	libvo-aacenc.so:${PORTSDIR}/audio/vo-aacenc
 VO_AACENC_CONFIGURE_ENABLE=	libvo-aacenc



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