summaryrefslogtreecommitdiff
path: root/graphics/ffmpeg
diff options
context:
space:
mode:
authortron <tron>2002-03-21 10:42:38 +0000
committertron <tron>2002-03-21 10:42:38 +0000
commit88ba60fdf4800cb8eacad60e4bf268d319cdac04 (patch)
treea2d45f7d7a2c4cb07d927f83ac4beb100edc1304 /graphics/ffmpeg
parentbe016abf81648125e0cd112f75d28bc0c843c098 (diff)
downloadpkgsrc-88ba60fdf4800cb8eacad60e4bf268d319cdac04.tar.gz
Disable MMX supports. This avoids a lot of suspicious warning and fixes
build failures with the old toolchain.
Diffstat (limited to 'graphics/ffmpeg')
-rw-r--r--graphics/ffmpeg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile
index ddbf405c556..08b8f3685fe 100644
--- a/graphics/ffmpeg/Makefile
+++ b/graphics/ffmpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/03/19 12:39:27 tron Exp $
+# $NetBSD: Makefile,v 1.2 2002/03/21 10:42:38 tron Exp $
DISTNAME= ffmpeg-0.4.5
CATEGORIES= graphics net
@@ -13,7 +13,7 @@ BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
HAS_CONFIGURE= YES
USE_GMAKE= YES
-CONFIGURE_ARGS= --cc=${CC} --disable-grab --prefix=${PREFIX}
+CONFIGURE_ARGS= --cc=${CC} --disable-grab --disable-mmx --prefix=${PREFIX}
WRKSRC= ${WRKDIR}/ffmpeg
post-install: