diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2010-01-14 16:11:10 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2010-01-14 16:11:10 +0000 |
commit | e26329e5436e451e5e521688487e1037f5400204 (patch) | |
tree | c0048b22e653b69e816f1020cf88892fe34fa067 /tools/audio_extract | |
parent | 8ffa8a6fa01940bdfb370fce49d86141f88ec292 (diff) |
fiks for at audio:merge scriptene skal funke
Diffstat (limited to 'tools/audio_extract')
-rw-r--r-- | tools/audio_extract | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/audio_extract b/tools/audio_extract index e13c601..2c040ea 100644 --- a/tools/audio_extract +++ b/tools/audio_extract @@ -15,6 +15,7 @@ if [ -z "$1" ]; then exit 1 fi +./require ffmpeg #if [ "$FORMAT" == "pcm_s16le" ]; then # FORMAT="wav" #fi |