1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-30 15:29:56 +00:00

Added lost --disable-mmx2

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@697 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nickols_k 2001-05-05 13:13:10 +00:00
parent 801efccc4a
commit c749227fc8

3
configure vendored
View File

@ -598,6 +598,9 @@ do
_mmx=no _mmx=no
_mmx2=no _mmx2=no
;; ;;
--disable-mmx2)
_mmx2=no
;;
--disable-mtrr) --disable-mtrr)
_mtrr=no _mtrr=no
;; ;;