mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add non-default OPTION to support VFP on armv6
PR: 204345 Submitted by: gonzo@FreeBSD.org
This commit is contained in:
parent
3ccb35c6c5
commit
ba70851ecb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401071
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue