[vlc-devel] commit: Compile fix (Christophe Mutricy )

git version control git at videolan.org
Mon Sep 7 22:40:53 CEST 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Mon Sep  7 21:30:18 2009 +0100| [35e8bf84c26d8423363f6e4cc16c23c30b64dc08] | committer: Christophe Mutricy 

Compile fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35e8bf84c26d8423363f6e4cc16c23c30b64dc08
---

 projects/mozilla/vlcplugin.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/projects/mozilla/vlcplugin.h b/projects/mozilla/vlcplugin.h
index d14e1a9..517530e 100644
--- a/projects/mozilla/vlcplugin.h
+++ b/projects/mozilla/vlcplugin.h
@@ -92,7 +92,8 @@ public:
     {
         if( !libvlc_media_player )
         {
-             libvlc_exception_raise(ex,"no mediaplayer");
+             libvlc_exception_raise(ex);
+             libvlc_printerr("no mediaplayer");
         }
         return libvlc_media_player;
     }




More information about the vlc-devel mailing list