module-rtp: add opus encoding

This commit is contained in:
Wim Taymans 2023-03-10 17:39:51 +01:00
parent bcc052f5f1
commit 345582dd15
10 changed files with 452 additions and 4 deletions

View file

@ -318,3 +318,7 @@ option('rlimits-nice',
min: -20,
max: -1,
value: -19)
option('opus',
description: 'Enable code that depends on opus',
type: 'feature',
value: 'auto')