Skip to content

Commit

Permalink
Fix missing define check
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Nov 23, 2019
1 parent b22f6a0 commit 0607456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ int main(int argc, char *argv[]) {
#endif

const int retval = app.exec();
#if defined(ENABLE_VIDEO)
stream->stopVideo();
stream2->stopVideo();
#endif
return retval;
}

0 comments on commit 0607456

Please sign in to comment.