- avoid OpenCore AMR codecs on Windows too (as there is no binary package yet)

This commit is contained in:
2019-03-18 10:15:45 +02:00
parent 528a66d901
commit 762207c093
4 changed files with 11 additions and 5 deletions

View File

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