mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-01 11:11:35 +00:00
exclude null.wav from conversion
This commit is contained in:
parent
1312cc0393
commit
3f3e053775
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user