mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: define feature macro without value
This is how it is done everywhere else.
This commit is contained in:
parent
05ec64623a
commit
bf5d5f0201
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ if get_option('spa-plugins').allowed()
|
|||
ebur128_lib = dependency('libebur128', required: get_option('ebur128').enabled())
|
||||
summary({'EBUR128': ebur128_lib.found()}, bool_yn: true, section: 'filter-graph')
|
||||
|
||||
cdata.set('HAVE_SPA_PLUGINS', '1')
|
||||
cdata.set('HAVE_SPA_PLUGINS', true)
|
||||
subdir('plugins')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue