mirror of
https://github.com/videolan/vlc.git
synced 2024-12-11 18:54:36 +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 );
|
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user