mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
meson: Add ORC support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
06e37b3057
commit
aa5502926f
5 changed files with 59 additions and 16 deletions
|
|
@ -93,6 +93,9 @@ option('lirc',
|
|||
option('openssl',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional OpenSSL support (used for Airtunes/RAOP)')
|
||||
option('orc',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optimized Inner Loop Runtime Compiler')
|
||||
option('samplerate',
|
||||
type : 'feature', value : 'disabled',
|
||||
description : 'Optional libsamplerate support (DEPRECATED)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue