Browse Source

Fixed audio issue on windows

QGC4.4
pixhawk 15 years ago
parent
commit
889f7af56e
  1. 2
      src/GAudioOutput.cc

2
src/GAudioOutput.cc

@ -41,7 +41,7 @@ This file is part of the PIXHAWK project @@ -41,7 +41,7 @@ This file is part of the PIXHAWK project
#include <QDebug>
#ifndef Q_OS_MAC
#ifdef Q_OS_LINUX
extern "C" {
#include <cmu_us_awb/voxdefs.h>
//#include <cmu_us_slt/voxdefs.h>

Loading…
Cancel
Save