[vlmc-devel] commit: VLC Instance: no-overlay option causes runtime problems on Mac The assertion fails. ( Rohit Yadav )
git at videolan.org
git at videolan.org
Wed Nov 10 19:37:01 CET 2010
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Thu Nov 11 00:36:56 2010 +0100| [2a22871dbb46e728f9914ab82c1b0adde158aad5] | committer: Rohit Yadav
VLC Instance: no-overlay option causes runtime problems on Mac The assertion fails.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=2a22871dbb46e728f9914ab82c1b0adde158aad5
---
src/LibVLCpp/VLCInstance.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/LibVLCpp/VLCInstance.cpp b/src/LibVLCpp/VLCInstance.cpp
index 37b60e0..5a8bf9b 100644
--- a/src/LibVLCpp/VLCInstance.cpp
+++ b/src/LibVLCpp/VLCInstance.cpp
@@ -39,7 +39,7 @@ Instance::Instance( QObject* parent /*= NULL*/ ) : QObject( parent )
//"--no-audio",
//"--plugin-path", VLC_TREE "/modules",
"--no-disable-screensaver", //No need to disable the screensaver, and save a thread.
- "--no-overlay",
+// "--no-overlay",
};
int argc = sizeof( argv ) / sizeof( *argv );
More information about the Vlmc-devel
mailing list