- always link AMR & Opus codecs; it reduces number of problems during builds.
This commit is contained in:
@@ -227,7 +227,6 @@ int G729Codec::plc(int lostFrames, void* output, int outputCapacity)
|
||||
}
|
||||
|
||||
|
||||
#ifdef USE_OPUS_CODEC
|
||||
// -------------- Opus -------------------
|
||||
#define OPUS_CODEC_NAME "OPUS"
|
||||
#define OPUS_CODEC_RATE 16000
|
||||
@@ -528,8 +527,6 @@ int OpusCodec::plc(int lostFrames, void* output, int outputCapacity)
|
||||
return lostFrames * pcmLength();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
// -------------- ILBC -------------------
|
||||
#define ILBC_CODEC_NAME "ILBC"
|
||||
|
||||
Reference in New Issue
Block a user