mirror of https://github.com/mpv-player/mpv
new options: --enable-mtrr --disable-mtrr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@73 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0b7ffc1775
commit
6e855e3d40
|
@ -401,6 +401,9 @@ do
|
||||||
--enable-mmx)
|
--enable-mmx)
|
||||||
_mmx=yes
|
_mmx=yes
|
||||||
;;
|
;;
|
||||||
|
--enable-mtrr)
|
||||||
|
_mtrr=yes
|
||||||
|
;;
|
||||||
--enable-gl)
|
--enable-gl)
|
||||||
_gl=yes
|
_gl=yes
|
||||||
;;
|
;;
|
||||||
|
@ -449,6 +452,9 @@ do
|
||||||
--disable-mmx)
|
--disable-mmx)
|
||||||
_mmx=no
|
_mmx=no
|
||||||
;;
|
;;
|
||||||
|
--disable-mtrr)
|
||||||
|
_mtrr=no
|
||||||
|
;;
|
||||||
--disable-gl)
|
--disable-gl)
|
||||||
_gl=no
|
_gl=no
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue