Remove --disable-mmx2, it is no longer a valid option.
This commit is contained in:
parent
0a71de70c7
commit
cb90b6c25e
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.25 2012/12/16 13:43:10 wiz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.26 2012/12/18 10:48:09 jperkin Exp $
|
||||
# used by multimedia/ffplay/Makefile
|
||||
# used by multimedia/ffmpeg/Makefile
|
||||
|
||||
|
@ -31,7 +31,6 @@ CONFIGURE_ARGS+= --enable-gpl
|
|||
CONFIGURE_ARGS+= --disable-amd3dnow
|
||||
CONFIGURE_ARGS+= --disable-amd3dnowext
|
||||
CONFIGURE_ARGS+= --disable-mmx
|
||||
CONFIGURE_ARGS+= --disable-mmx2
|
||||
CONFIGURE_ARGS+= --disable-sse
|
||||
CONFIGURE_ARGS+= --disable-ssse3
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue