From: Jean-Baptiste Kempf Date: Sun, 24 Jan 2010 22:22:28 +0000 (+0100) Subject: Fix mozilla compilation on OSX X-Git-Tag: 1.1.0-ff~939 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3766cde973086bdff98433f0eb2b8dd6286e4c62;p=vlc Fix mozilla compilation on OSX Needs testing --- diff --git a/projects/mozilla/vlcshell.cpp b/projects/mozilla/vlcshell.cpp index a2ecf86cc3..5681fbdec3 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 )