Fix compile without Opus library, fixes issue 87

This commit is contained in:
oetelaar.automatisering@gmail.com 2013-05-16 08:17:08 +00:00
parent 99e3d5022b
commit 00623f1ebc
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
#include "VorbisLibEncoder.h"
#endif
#ifdef HAVE_VORBIS_LIB
#ifdef HAVE_OPUS_LIB
#include "OpusLibEncoder.h"
#endif