[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: meson: Add missing include dir
PulseAudio Marge Bot (@pulseaudio-merge-bot)
gitlab at gitlab.freedesktop.org
Mon May 17 14:23:01 UTC 2021
PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits:
2a07c83c by Jan Alexander Steffens (heftig) at 2021-05-12T21:10:54+02:00
build-sys: meson: Add missing include dir
Otherwise building module-echo-cancel fails here:
FAILED: src/modules/module-echo-cancel.so.p/echo-cancel_adrian-aec.c.o
cc -Isrc/modules/module-echo-cancel.so.p -I. -I../pulseaudio -Isrc -I../pulseaudio/src -I/usr/include/orc-0.4 -flto=auto -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -march=x86-64 -mtune=generic -O2 -p>
../pulseaudio/src/modules/echo-cancel/adrian-aec.c:30:10: fatal error: adrian-aec-orc-gen.h: No such file or directory
30 | #include "adrian-aec-orc-gen.h"
| ^~~~~~~~~~~~~~~~~~~~~~
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/552>
- - - - -
1 changed file:
- src/modules/meson.build
Changes:
=====================================
src/modules/meson.build
=====================================
@@ -304,7 +304,7 @@ foreach m : all_modules
mod = shared_module(name,
sources,
headers,
- include_directories : [configinc, topinc],
+ include_directories : [configinc, topinc, include_directories('.')],
c_args : [pa_c_args, server_c_args, '-DPA_MODULE_NAME=' + name.underscorify()] + extra_flags,
install : true,
install_rpath : rpath_dirs,
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/2a07c83cfcc8f6a513a6c0c138e6aec1cebab71f
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/2a07c83cfcc8f6a513a6c0c138e6aec1cebab71f
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20210517/7f8558f9/attachment.htm>
More information about the pulseaudio-commits
mailing list