[vlc-commits] commit: Compilation fix. (Laurent Aimar )
git at videolan.org
git at videolan.org
Thu Jun 3 23:55:28 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Jun 3 23:54:04 2010 +0200| [9688cdde203ab675d0af7f6c61f96706b3cfe2ef] | committer: Laurent Aimar
Compilation fix.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9688cdde203ab675d0af7f6c61f96706b3cfe2ef
---
modules/codec/avcodec/vaapi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/avcodec/vaapi.c b/modules/codec/avcodec/vaapi.c
index 5f676d8..0cda561 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;
More information about the vlc-commits
mailing list