]> git.sesse.net Git - vlc/commitdiff
Compilation fix.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 3 Jun 2010 21:54:04 +0000 (23:54 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 3 Jun 2010 21:54:04 +0000 (23:54 +0200)
modules/codec/avcodec/vaapi.c

index 5f676d870d78861a3ac70a4d7787ccdda89ed2e7..0cda5618fb7a749d360b987bf287c5e7d60840aa 100644 (file)
@@ -468,7 +468,7 @@ vlc_va_t *vlc_va_NewVaapi( int i_codec_id )
 
     vlc_global_lock( VLC_XLIB_MUTEX );
     fail = !XInitThreads();
-    vlc_global_unlock( VLC_XLIB_MUTEX )
+    vlc_global_unlock( VLC_XLIB_MUTEX );
     if( unlikely(fail) )
         return NULL;