Browse Source

Fix DISABLE_VIDEOSTREAMING build

QGC4.4
Andrew Voznytsa 5 years ago
parent
commit
977d89c0e4
  1. 2
      src/VideoStreaming/VideoStreaming.cc

2
src/VideoStreaming/VideoStreaming.cc

@ -198,6 +198,6 @@ void initializeVideoStreaming(int &argc, char* argv[], int gstDebuglevel) @@ -198,6 +198,6 @@ void initializeVideoStreaming(int &argc, char* argv[], int gstDebuglevel)
qmlRegisterType<GLVideoItemStub>("org.freedesktop.gstreamer.GLVideoItem", 1, 0, "GstGLVideoItem");
Q_UNUSED(argc)
Q_UNUSED(argv)
Q_UNUSED(debuglevel)
Q_UNUSED(gstDebuglevel)
#endif
}

Loading…
Cancel
Save