[vlc-devel] commit: mozilla: build fix on MacOS X for commit c26963910979f706f8830dde3785317aeb42ba03 ( Jean-Paul Saman )

git version control git at videolan.org
Tue Feb 17 13:49:22 CET 2009


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Tue Feb 17 13:48:49 2009 +0100| [31f30e9a67e22fe30b5da63ad2cafef22a47a681] | committer: Jean-Paul Saman 

mozilla: build fix on MacOS X for commit c26963910979f706f8830dde3785317aeb42ba03

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

 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 3fb3472..c1ddaf8 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 =




More information about the vlc-devel mailing list