[vlmc-devel] commit: Don't need to disabled screensaver. This saves one thread. ( Hugo Beauzee-Luyssen )

git at videolan.org git at videolan.org
Wed Mar 17 23:37:23 CET 2010


vlmc | branch: master | Hugo Beauzee-Luyssen <beauze.h at gmail.com> | Wed Mar 17 23:37:09 2010 +0100| [1722911fb47dffce34b4bd19bc9dfe0e3fc04c07] | committer: Hugo Beauzee-Luyssen 

Don't need to disabled screensaver. This saves one thread.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=1722911fb47dffce34b4bd19bc9dfe0e3fc04c07
---

 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 905a443..8b1b531 100644
--- a/src/LibVLCpp/VLCInstance.cpp
+++ b/src/LibVLCpp/VLCInstance.cpp
@@ -35,7 +35,7 @@ Instance::Instance( QObject* parent /*= NULL*/ ) : QObject( parent )
         "--text-renderer", "dummy",
         //"--no-audio",
         //"--plugin-path", VLC_TREE "/modules",
-        "--disable-screensaver",
+        "--no-disable-screensaver", //No need to disable the screensaver, and save a thread.
         "--ignore-config", //Don't use VLC's config files
         "--no-overlay",
     };



More information about the Vlmc-devel mailing list