mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
build: Simplify Orc-related make rules
This greatly simplifies the Orc-related make rules. The old system of distributing generated files is gone, which means that anyone who wants to build with Orc support enabled needs to have the orcc compiler installed (presumably the orc 'devel' package in most distros).
This commit is contained in:
parent
548e1026e3
commit
a9d824925d
5 changed files with 47 additions and 371 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#include "adrian-aec.h"
|
||||
|
||||
#ifndef DISABLE_ORC
|
||||
#include "adrian-aec-orc.h"
|
||||
#include "adrian-aec-orc-orc-gen.h"
|
||||
#endif
|
||||
|
||||
#ifdef __SSE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue