aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-06-09 16:38:59 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-06-09 16:38:59 +0000
commit69f0b7bdeb52ccb89101c38784a1ee321b540fb5 (patch)
treeaaf4134d47020f92b135697dbbf8ffa20a4c3c39 /multimedia/ffmpeg
parentbaa04f1b0deed25e733c41bd380f1678f219e0fc (diff)
Notes
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r--multimedia/ffmpeg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 216e9d2e309c..bbd90ebf051a 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -40,7 +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" off \
+ SSSE3 "Enable ssse3 support" on \
THEORA "Theora encoder (implies OGG)" on \
VHOOK "Video hook support" off \
VORBIS "Vorbis encoder via libvorbis (implies OGG)" on \
@@ -107,7 +107,7 @@ DOC_DOCFILES= APIchanges avutil.txt faq.html ffmpeg-doc.html \
snow.txt soc.txt swscale.txt TODO
PORTDOCS= *
-.if defined(WITH_SSSE3)
+.if !defined(WITHOUT_SSSE3)
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin