From 31f30e9a67e22fe30b5da63ad2cafef22a47a681 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Tue, 17 Feb 2009 13:48:49 +0100 Subject: [PATCH] mozilla: build fix on MacOS X for commit c26963910979f706f8830dde3785317aeb42ba03 --- projects/mozilla/vlcshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mozilla/vlcshell.cpp b/projects/mozilla/vlcshell.cpp index 3fb3472bad..c1ddaf8372 100644 --- a/projects/mozilla/vlcshell.cpp +++ b/projects/mozilla/vlcshell.cpp @@ -187,7 +187,7 @@ int16 NPP_HandleEvent( NPP instance, void * event ) int is_playing; libvlc_playlist_lock(p_vlc); is_playing = libvlc_playlist_isplaying(p_vlc, NULL); - libvlc_playlist_lunock(p_vlc); + libvlc_playlist_unlock(p_vlc); if( is_playing ) { libvlc_media_player_t *p_md = -- 2.39.2