- RPi related changes (to build pvqa_pcap for RPi)

This commit is contained in:
2019-04-18 12:09:24 +03:00
parent 999c4c4110
commit e9799dae0b
6 changed files with 9 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
// Avoid linking issues on Android systems
#if !defined(TARGET_ANDROID) && !defined(TARGET_OPENWRT) && !defined(TARGET_WIN)
#if !defined(TARGET_ANDROID) && !defined(TARGET_OPENWRT) && !defined(TARGET_WIN) && !defined(TARGET_RPI)
#include "MT_AmrCodec.h"
#include "../helper/HL_ByteBuffer.h"