]> git.sesse.net Git - vlc/commitdiff
Fix mozilla compilation on OSX
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 24 Jan 2010 22:22:28 +0000 (23:22 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 24 Jan 2010 22:23:18 +0000 (23:23 +0100)
Needs testing

projects/mozilla/vlcshell.cpp

index a2ecf86cc3b4ae6b554347ff5a2bd2060b3f2c1d..5681fbdec3a59486b3683d1586a2990cd43c7960 100644 (file)
@@ -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 )