summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/build-mplayer
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-22 08:49:46 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-22 08:49:46 -0400
commit4a4ae7951e3e8a4eeb0e1fe2c7319925fc4b12c6 (patch)
treeb0c99e0de7c8be0563a7285f46c1b61571a09c78 /pts/test-resources/build-mplayer
parentd1b39c3603cb384df011f4c154ef168db59be0c9 (diff)
downloadphoronix-test-suite-upstream-4a4ae7951e3e8a4eeb0e1fe2c7319925fc4b12c6.tar.gz
phoronix-test-suite-upstream-4a4ae7951e3e8a4eeb0e1fe2c7319925fc4b12c6.tar.xz
phoronix-test-suite-upstream-4a4ae7951e3e8a4eeb0e1fe2c7319925fc4b12c6.zip
Drop -s argument from build-mplayer make to see if it fixes the
problems...
Diffstat (limited to 'pts/test-resources/build-mplayer')
-rw-r--r--pts/test-resources/build-mplayer/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/build-mplayer/install.sh b/pts/test-resources/build-mplayer/install.sh
index 74abb98..4a53f5d 100644
--- a/pts/test-resources/build-mplayer/install.sh
+++ b/pts/test-resources/build-mplayer/install.sh
@@ -15,7 +15,7 @@ tar -xjf MPlayer-1.0rc2.tar.bz2
cd MPlayer-1.0rc2/
./configure > /dev/null
sleep 3
-time -f \"MPlayer Build Time: %e Seconds\" make -s -j \$NUM_CPU_JOBS 2>&1 | grep Seconds" > time-compile-mplayer
+time -f \"MPlayer Build Time: %e Seconds\" make -j \$NUM_CPU_JOBS 2>&1 | grep Seconds" > time-compile-mplayer
chmod +x time-compile-mplayer