From: Laurent Aimar Date: Thu, 3 Jun 2010 21:54:04 +0000 (+0200) Subject: Compilation fix. X-Git-Tag: 1.2.0-pre1~6318 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9688cdde203ab675d0af7f6c61f96706b3cfe2ef;p=vlc Compilation fix. --- diff --git a/modules/codec/avcodec/vaapi.c b/modules/codec/avcodec/vaapi.c index 5f676d870d..0cda5618fb 100644 --- a/modules/codec/avcodec/vaapi.c +++ b/modules/codec/avcodec/vaapi.c @@ -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;