[vlc-devel] commit: Fix mozilla compilation on OSX (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Jan 24 23:23:18 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 24 23:22:28 2010 +0100| [3766cde973086bdff98433f0eb2b8dd6286e4c62] | committer: Jean-Baptiste Kempf 

Fix mozilla compilation on OSX

Needs testing

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

 projects/mozilla/vlcshell.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/projects/mozilla/vlcshell.cpp b/projects/mozilla/vlcshell.cpp
index a2ecf86..5681fbd 100644
--- a/projects/mozilla/vlcshell.cpp
+++ b/projects/mozilla/vlcshell.cpp
@@ -201,7 +201,7 @@ int16 NPP_HandleEvent( NPP instance, void * event )
             {
                 bool hasVout = false;
 
-                if( p_plugin->playlist_isplaying(&ex) )
+                if( p_plugin->playlist_isplaying() )
                 {
                     hasVout = p_plugin->player_has_vout(NULL);
                     if( hasVout )




More information about the vlc-devel mailing list