Enabling the post-filter and exporting the ec functions for Opus

This commit is contained in:
Jean-Marc Valin 2011-02-02 23:02:25 -05:00
parent b44e94ef58
commit 3a8f04db17
4 changed files with 25 additions and 0 deletions

View file

@ -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"