mirror of
https://github.com/videolan/vlc.git
synced 2024-12-03 23:04:35 +08:00
Compilation fix.
This commit is contained in:
parent
390827681f
commit
9688cdde20
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user