diff options
Diffstat (limited to 'tools/audio_split')
-rwxr-xr-x | tools/audio_split | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/audio_split b/tools/audio_split index 8ccd089..3fff16e 100755 --- a/tools/audio_split +++ b/tools/audio_split @@ -14,7 +14,7 @@ if [ -z "$1" ]; then exit 1 fi -./require sox +./require sox || { exit 1; } # sox FAIL formats: can't open output file `1-left.mp2': SoX was compiled without MP3 encoding support # kan ikke encode til mp{2,3}... |