mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioconvert: add config.h to include directories
Some of the files here #include "config.h"
This commit is contained in:
parent
e38cc427bf
commit
5ba43b8349
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ audioconvert = static_library('audioconvert',
|
||||||
'volume-ops-c.c' ],
|
'volume-ops-c.c' ],
|
||||||
c_args : [ simd_cargs, '-O3'],
|
c_args : [ simd_cargs, '-O3'],
|
||||||
link_with : simd_dependencies,
|
link_with : simd_dependencies,
|
||||||
include_directories : [spa_inc],
|
include_directories : [configinc, spa_inc],
|
||||||
install : false
|
install : false
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue