exclude null.wav from conversion

This commit is contained in:
Rudolf Polzer 2010-11-06 13:37:19 +01:00
parent 1312cc0393
commit 3f3e053775

View File

@ -259,6 +259,9 @@ for F in "$@"; do
*.ogg)
cached "$do_ogg" reduce_ogg_ogg "$F" "" "$F" "" "$ogg_qual"
;;
./sound/misc/null.wav)
# never convert this one
;;
*.wav)
cached "$do_ogg" reduce_wav_ogg "$F" "" "${f}.ogg" "" "$ogg_qual"
;;