Commit 977d89c0 authored by Andrew Voznytsa's avatar Andrew Voznytsa

Fix DISABLE_VIDEOSTREAMING build

parent d52d9f1d
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment