This commit is contained in:
2019-06-28 17:05:15 +03:00
parent 0114b91917
commit ac17680e9a
10 changed files with 41 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ int Codec::Factory::channels()
return 1;
}
#ifdef USE_RESIP_INTEGRATION
#if defined(USE_RESIP_INTEGRATION)
void Codec::Factory::create(CodecMap& codecs)
{
codecs[payloadType()] = std::shared_ptr<Codec>(create());