mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-20 21:20:55 +00:00
properly use oggenc
This commit is contained in:
parent
5cad1221bc
commit
1312cc0393
@ -260,7 +260,7 @@ for F in "$@"; do
|
||||
cached "$do_ogg" reduce_ogg_ogg "$F" "" "$F" "" "$ogg_qual"
|
||||
;;
|
||||
*.wav)
|
||||
cached "$do_ogg" reduce_wav_ogg "$F" "" "$F" "" "$ogg_qual"
|
||||
cached "$do_ogg" reduce_wav_ogg "$F" "" "${f}.ogg" "" "$ogg_qual"
|
||||
;;
|
||||
esac
|
||||
if $del_src; then
|
||||
|
Loading…
Reference in New Issue
Block a user