mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
meson: fix mistakenly checked-in csound disabling
This commit is contained in:
parent
510c1cf2df
commit
44d4a2a832
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ if not csound_option.disabled()
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if csound_dep.found() and false
|
if csound_dep.found()
|
||||||
plugins_rep += {'gst-plugin-csound' : 'libgstcsound'}
|
plugins_rep += {'gst-plugin-csound' : 'libgstcsound'}
|
||||||
else
|
else
|
||||||
exclude += ['gst-plugin-csound']
|
exclude += ['gst-plugin-csound']
|
||||||
|
|
Loading…
Reference in a new issue