mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
build: Move orc.mak out of build/
That directory is commonly used by developers for out-of-tree builds, so don't keep the Makefile in there.
This commit is contained in:
parent
d766b38e1b
commit
548e1026e3
2 changed files with 1 additions and 1 deletions
|
|
@ -1695,7 +1695,7 @@ module_suspend_on_idle_la_CFLAGS = $(AM_CFLAGS)
|
||||||
|
|
||||||
# echo-cancel module
|
# echo-cancel module
|
||||||
ORC_SOURCE=modules/echo-cancel/adrian-aec-orc
|
ORC_SOURCE=modules/echo-cancel/adrian-aec-orc
|
||||||
include $(top_srcdir)/build/orc.mak
|
include $(top_srcdir)/orc.mak
|
||||||
module_echo_cancel_la_SOURCES = modules/echo-cancel/module-echo-cancel.c modules/echo-cancel/echo-cancel.h \
|
module_echo_cancel_la_SOURCES = modules/echo-cancel/module-echo-cancel.c modules/echo-cancel/echo-cancel.h \
|
||||||
modules/echo-cancel/speex.c \
|
modules/echo-cancel/speex.c \
|
||||||
modules/echo-cancel/adrian-aec.c modules/echo-cancel/adrian-aec.h \
|
modules/echo-cancel/adrian-aec.c modules/echo-cancel/adrian-aec.h \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue