summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/encode-flac
diff options
context:
space:
mode:
authorMichael Larabel <Michael AT phoronix.com>2008-05-15 20:14:09 -0400
committerMichael Larabel <Michael AT phoronix.com>2008-05-15 20:14:09 -0400
commit32b713a161d9d417e2c344317388394382e639ec (patch)
tree85672ecc21184daceb615b604cc8635364dde30a /pts/test-resources/encode-flac
parentf6a7372fcd2b5c729f997404d7fede5aa277fef1 (diff)
downloadphoronix-test-suite-upstream-32b713a161d9d417e2c344317388394382e639ec.tar.gz
phoronix-test-suite-upstream-32b713a161d9d417e2c344317388394382e639ec.tar.xz
phoronix-test-suite-upstream-32b713a161d9d417e2c344317388394382e639ec.zip
encode-flac optimization (by uncle_fungus)
Diffstat (limited to 'pts/test-resources/encode-flac')
-rw-r--r--pts/test-resources/encode-flac/install.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/pts/test-resources/encode-flac/install.sh b/pts/test-resources/encode-flac/install.sh
index 285d515..997826e 100644
--- a/pts/test-resources/encode-flac/install.sh
+++ b/pts/test-resources/encode-flac/install.sh
@@ -2,11 +2,6 @@
cd $1
-if [ ! -f pts-trondheim.wav ]
- then
- tar -xvf ../pts-shared/pts-trondheim-wav.tar.gz
-fi
-
THIS_DIR=$(pwd)
mkdir $THIS_DIR/flac_
@@ -19,6 +14,6 @@ cd ..
rm -rf flac-1.2.1/
echo "#!/bin/sh
-/usr/bin/time -f \"WAV To FLAC Encode Time: %e Seconds\" ./flac_/bin/flac -s --best pts-trondheim.wav 2>&1
+/usr/bin/time -f \"WAV To FLAC Encode Time: %e Seconds\" ./flac_/bin/flac -s --best ../pts-shared/pts-trondheim.wav -o ./pts-trondheim.flac 2>&1
rm -f pts-trondheim.flac" > flac
chmod +x flac