- Add ssse3 support to OPTIONS
This commit is contained in:
parent
14b0cf7806
commit
c9778da82f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252885
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,7 @@ OPTIONS= AMR_NB "AMR Narrow Band encoder" off \
|
|||
SCHROEDINGER "Dirac codec via libschroedinger" on \
|
||||
SDL "SDL support (build ffplay)" off \
|
||||
SPEEX "Speex audio decoder" off \
|
||||
SSSE3 "Enable ssse3 support (gcc 4.4+)" off \
|
||||
THEORA "Theora encoder (implies OGG)" on \
|
||||
VHOOK "Video hook support" off \
|
||||
VORBIS "Vorbis encoder via libvorbis (implies OGG)" on \
|
||||
|
@ -111,6 +112,11 @@ PORTDOCS= *
|
|||
USE_RC_SUBR= ffserver
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SSSE3)
|
||||
USE_GCC= 4.4+
|
||||
BUILD_DEPENDS+= as:${PORTSDIR}/devel/binutils
|
||||
.endif
|
||||
|
||||
# sse hardware vector support
|
||||
.if defined(MACHINE_CPU) && (${MACHINE_CPU:Msse} == "sse" || ${MACHINE_CPU:Mamd64} == "amd64")
|
||||
WITH_BUILTIN_VECTOR= yes
|
||||
|
|
Loading…
Reference in a new issue