diff options
Diffstat (limited to 'drivers/opus/celt/entenc.c')
-rw-r--r-- | drivers/opus/celt/entenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/opus/celt/entenc.c b/drivers/opus/celt/entenc.c index 87634ee62e..085b2b2816 100644 --- a/drivers/opus/celt/entenc.c +++ b/drivers/opus/celt/entenc.c @@ -25,7 +25,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(OPUS_HAVE_CONFIG_H) +#if defined(OPUS_ENABLED) # include "opus/opus_config.h" #endif #include "opus/celt/os_support.h" |