1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-10 08:59:45 +00:00

an ocean of Cola for the G man

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11735 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-01-02 23:41:41 +00:00
parent 42b1c174e1
commit 2f131e5cd9

View File

@ -79,13 +79,13 @@ fi
if [ -e xmga ]; then
if [ ! -e xmga_nodr ]; then
wrtlog Starting XMGA \(no DR\) benchmark runs, with 3 tries...
DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -slices -vf-clr -autoq 0"
DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -nodr -slices -vf-clr -autoq 0"
benchsamples
fi
if [ ! -e xmga_nodr_noslices ]; then
wrtlog Starting XMGA \(no DR\) \(no slices\) benchmark runs, with 3 tries...
DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf-clr -autoq 0"
DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -nodr -noslices -vf-clr -autoq 0"
benchsamples
fi
@ -95,7 +95,7 @@ if [ -e xmga ]; then
benchsamples
fi
if [ ! -e xmga_dr ]; then
if [ ! -e xmga_dri_noslices ]; then
wrtlog Starting XMGA \(DR\) \(no slices\) benchmark runs, with 3 tries...
DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf-clr -autoq 0"
benchsamples