fix(playout): %else is not defined
This commit is contained in:
parent
9384df7be2
commit
654105e865
2 changed files with 6 additions and 4 deletions
|
@ -271,10 +271,11 @@
|
|||
%include "/fake/1.4/ls_script.liq"
|
||||
|
||||
# pulseaudio:1
|
||||
%ifndef output.pulseaudio
|
||||
log("output.pulseaudio is not defined!")
|
||||
%endif
|
||||
%ifdef output.pulseaudio
|
||||
output.pulseaudio(id="pulseaudio:1", s)
|
||||
%else
|
||||
log("output.pulseaudio is not defined!")
|
||||
%endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue