summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-13 19:49:15 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-13 19:49:15 +0000
commita9ab27ad5b5ee8795401909694bdf8327b453731 (patch)
tree4c56cbcf673f282a8aa4f9b4e12fb711077063b3 /configure
parent6a6b249293f5789dd1b93ea97019fb6537ddac33 (diff)
downloadmpv-a9ab27ad5b5ee8795401909694bdf8327b453731.tar.bz2
mpv-a9ab27ad5b5ee8795401909694bdf8327b453731.tar.xz
Disable 3dnow when mmx is disabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1317 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure b/configure
index 8da953a919..bc268ff475 100755
--- a/configure
+++ b/configure
@@ -1022,6 +1022,9 @@ do
_3dnowex=no
;;
--disable-mmx)
+ # without mmx 3Dnow! and stuff is also not possible
+ _3dnow=no
+ _3dnowex=no
_mmx=no
_mmx2=no
;;
@@ -1832,9 +1835,9 @@ $_streamingdef
$_mlib // available only on solaris
$_3dnowm // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
$_3dnowexm // only define if you have 3DNOWEX (AMD Athlon, etc.)
-$_mmx // only define if you have MMX
-$_mmx2 // only define if you have MMX2
-$_ssem // only define if you have SSE (Intel Pentium III or Celeron II)
+$_mmx // only define if you have MMX (newer x86 chips, not P54C/PPro)
+$_mmx2 // only define if you have MMX2 (Athlon/PIII/4/CelII)
+$_ssem // only define if you have SSE (Intel Pentium III/4 or Celeron II)
/* libvo options */
#define SCREEN_SIZE_X $_x