Enabling the post-filter and exporting the ec functions for Opus
This commit is contained in:
parent
b44e94ef58
commit
3a8f04db17
4 changed files with 25 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/* Always enable postfilter for Opus */
|
||||
#if defined(OPUS_BUILD) && !defined(ENABLE_POSTFILTER)
|
||||
#define ENABLE_POSTFILTER
|
||||
#endif
|
||||
|
||||
#include "pitch.h"
|
||||
#include "os_support.h"
|
||||
#include "modes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue