summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-02 23:41:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-02 23:41:41 +0000
commit2f131e5cd928bf3bb4e6f520e1d88366c7ea82b5 (patch)
tree2894079808f2076e8d0b97b3dc187794809c626a /TOOLS
parent42b1c174e1d626ad017465e0613852f493fab4d3 (diff)
downloadmpv-2f131e5cd928bf3bb4e6f520e1d88366c7ea82b5.tar.bz2
mpv-2f131e5cd928bf3bb4e6f520e1d88366c7ea82b5.tar.xz
an ocean of Cola for the G man
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11735 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/benchmark-gab/benchmark6
1 files changed, 3 insertions, 3 deletions
diff --git a/TOOLS/benchmark-gab/benchmark b/TOOLS/benchmark-gab/benchmark
index 47de0f11e8..099e319c8f 100755
--- a/TOOLS/benchmark-gab/benchmark
+++ b/TOOLS/benchmark-gab/benchmark
@@ -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