- exclude AMR / GSM EFR / EVS / Opus codecs from the default build - to make the new basic builds easier to port to new platforms / projects

This commit is contained in:
2021-01-20 21:06:17 +02:00
parent 4d8a167899
commit 24270bac97
5 changed files with 42 additions and 19 deletions

View File

@@ -226,7 +226,7 @@ int G729Codec::plc(int lostFrames, void* output, int outputCapacity)
return 0;
}
#if defined(USE_OPUS_CODEC)
// -------------- Opus -------------------
#define OPUS_CODEC_NAME "OPUS"
#define OPUS_CODEC_RATE 16000
@@ -526,6 +526,8 @@ int OpusCodec::plc(int lostFrames, void* output, int outputCapacity)
}
return lostFrames * pcmLength();
}
#endif
// -------------- ILBC -------------------