Commit 31f30e9a authored by Jean-Paul Saman's avatar Jean-Paul Saman

mozilla: build fix on MacOS X for commit c2696391

parent c3227e18
...@@ -187,7 +187,7 @@ int16 NPP_HandleEvent( NPP instance, void * event ) ...@@ -187,7 +187,7 @@ int16 NPP_HandleEvent( NPP instance, void * event )
int is_playing; int is_playing;
libvlc_playlist_lock(p_vlc); libvlc_playlist_lock(p_vlc);
is_playing = libvlc_playlist_isplaying(p_vlc, NULL); is_playing = libvlc_playlist_isplaying(p_vlc, NULL);
libvlc_playlist_lunock(p_vlc); libvlc_playlist_unlock(p_vlc);
if( is_playing ) if( is_playing )
{ {
libvlc_media_player_t *p_md = libvlc_media_player_t *p_md =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment