diff options
author | tron <tron@pkgsrc.org> | 2002-03-21 10:42:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-21 10:42:38 +0000 |
commit | faf5aafd8357903a3907fadbde2edbf97e0dc26a (patch) | |
tree | a2d45f7d7a2c4cb07d927f83ac4beb100edc1304 /graphics/ffmpeg | |
parent | e0af29a32d3aec2c99c0329b0f702b9f7449b224 (diff) | |
download | pkgsrc-faf5aafd8357903a3907fadbde2edbf97e0dc26a.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/Makefile | 4 |
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: |