- disable AMR codec for OpenWRT for now

This commit is contained in:
2019-03-15 17:52:48 +02:00
parent 522608319e
commit 528a66d901
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
// Avoid linking issues on Android systems
#if !defined(TARGET_ANDROID)
#if !defined(TARGET_ANDROID) && !defined(TARGET_OPENWRT)
#include "MT_AmrCodec.h"
#include "../helper/HL_ByteBuffer.h"
@@ -976,4 +976,4 @@ int GsmEfrCodec::plc(int lostFrames, void* output, int outputCapacity)
return lostFrames * pcmLength();
}
#endif
#endif