- always link AMR & Opus codecs; it reduces number of problems during builds.

This commit is contained in:
2019-03-14 13:37:12 +02:00
parent e8963264e9
commit c27d7d2b6c
8 changed files with 488 additions and 497 deletions

View File

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