Mercurial > mplayer.hg
comparison configure @ 1316:40083e7ad5ce
Disable 3dnow when mmx is disabled.
author | atmos4 |
---|---|
date | Fri, 13 Jul 2001 19:49:15 +0000 |
parents | cbbc5bc64c46 |
children | 3e38a0c03567 |
comparison
equal
deleted
inserted
replaced
1315:1c214243caab | 1316:40083e7ad5ce |
---|---|
1020 ;; | 1020 ;; |
1021 --disable-3dnowex) | 1021 --disable-3dnowex) |
1022 _3dnowex=no | 1022 _3dnowex=no |
1023 ;; | 1023 ;; |
1024 --disable-mmx) | 1024 --disable-mmx) |
1025 # without mmx 3Dnow! and stuff is also not possible | |
1026 _3dnow=no | |
1027 _3dnowex=no | |
1025 _mmx=no | 1028 _mmx=no |
1026 _mmx2=no | 1029 _mmx2=no |
1027 ;; | 1030 ;; |
1028 --disable-mmx2) | 1031 --disable-mmx2) |
1029 _mmx2=no | 1032 _mmx2=no |
1830 | 1833 |
1831 /* Extension defines */ | 1834 /* Extension defines */ |
1832 $_mlib // available only on solaris | 1835 $_mlib // available only on solaris |
1833 $_3dnowm // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.) | 1836 $_3dnowm // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.) |
1834 $_3dnowexm // only define if you have 3DNOWEX (AMD Athlon, etc.) | 1837 $_3dnowexm // only define if you have 3DNOWEX (AMD Athlon, etc.) |
1835 $_mmx // only define if you have MMX | 1838 $_mmx // only define if you have MMX (newer x86 chips, not P54C/PPro) |
1836 $_mmx2 // only define if you have MMX2 | 1839 $_mmx2 // only define if you have MMX2 (Athlon/PIII/4/CelII) |
1837 $_ssem // only define if you have SSE (Intel Pentium III or Celeron II) | 1840 $_ssem // only define if you have SSE (Intel Pentium III/4 or Celeron II) |
1838 | 1841 |
1839 /* libvo options */ | 1842 /* libvo options */ |
1840 #define SCREEN_SIZE_X $_x | 1843 #define SCREEN_SIZE_X $_x |
1841 #define SCREEN_SIZE_Y $_y | 1844 #define SCREEN_SIZE_Y $_y |
1842 $_x11 | 1845 $_x11 |