diff --git a/QGCCommon.pri b/QGCCommon.pri index ae9ec82a0be88597f6f0c4db2341c462dc3cf360..ae24b4f414d0d6981cb02bace7c2aa0b30f465ff 100644 --- a/QGCCommon.pri +++ b/QGCCommon.pri @@ -30,6 +30,7 @@ linux { message("Linux R-Pi2 build") CONFIG += LinuxBuild DEFINES += __STDC_LIMIT_MACROS __rasp_pi2__ + DEFINES += QGC_GST_TAISYNC_ENABLED } else : android-g++ { CONFIG += AndroidBuild MobileBuild DEFINES += __android__ @@ -51,6 +52,7 @@ linux { message("Windows build") CONFIG += WindowsBuild DEFINES += __STDC_LIMIT_MACROS + DEFINES += QGC_GST_TAISYNC_ENABLED } else { error("Unsupported Windows toolchain, only Visual Studio 2015 is supported") }