From 2f131e5cd928bf3bb4e6f520e1d88366c7ea82b5 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 2 Jan 2004 23:41:41 +0000 Subject: an ocean of Cola for the G man git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11735 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/benchmark-gab/benchmark | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TOOLS') 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 -- cgit v1.2.3