Browse Source

Fix type

QGC4.4
Don Gagne 9 years ago
parent
commit
4d1db1a163
  1. 2
      src/VideoStreaming/VideoStreaming.cc

2
src/VideoStreaming/VideoStreaming.cc

@ -42,7 +42,7 @@
#endif #endif
#if defined(QGC_GST_STREAMING) #if defined(QGC_GST_STREAMING)
#if (defined(__macos) && defined(QGC_INSTALL_RELEASE)) || defined(Q_OS_WIN) #if (defined(__macos__) && defined(QGC_INSTALL_RELEASE)) || defined(Q_OS_WIN)
static void qgcputenv(const QString& key, const QString& root, const QString& path) static void qgcputenv(const QString& key, const QString& root, const QString& path)
{ {
QString value = root + path; QString value = root + path;

Loading…
Cancel
Save