Commit 9688cdde authored by Laurent Aimar's avatar Laurent Aimar

Compilation fix.

parent 39082768
...@@ -468,7 +468,7 @@ vlc_va_t *vlc_va_NewVaapi( int i_codec_id ) ...@@ -468,7 +468,7 @@ vlc_va_t *vlc_va_NewVaapi( int i_codec_id )
vlc_global_lock( VLC_XLIB_MUTEX ); vlc_global_lock( VLC_XLIB_MUTEX );
fail = !XInitThreads(); fail = !XInitThreads();
vlc_global_unlock( VLC_XLIB_MUTEX ) vlc_global_unlock( VLC_XLIB_MUTEX );
if( unlikely(fail) ) if( unlikely(fail) )
return NULL; return NULL;
......
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