- avoid OpenCore AMR codecs on Windows too (as there is no binary package yet)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Avoid linking issues on Android systems
|
||||
#if !defined(TARGET_ANDROID) && !defined(TARGET_OPENWRT)
|
||||
#if !defined(TARGET_ANDROID) && !defined(TARGET_OPENWRT) && !defined(TARGET_WIN)
|
||||
|
||||
#include "MT_AmrCodec.h"
|
||||
#include "../helper/HL_ByteBuffer.h"
|
||||
|
||||
Reference in New Issue
Block a user