]> git.sesse.net Git - vlc/blob - contrib/src/vpx/libvpx-win32.patch
macosx/QuincyKit: fix a few compilation warnings
[vlc] / contrib / src / vpx / libvpx-win32.patch
1 --- libvpx/vp8/common/generic/systemdependent.c 2013-03-14 15:39:20.284261976 +0100
2 +++ libvpx.new/vp8/common/generic/systemdependent.c     2013-03-14 15:39:01.423974364 +0100
3 @@ -87,7 +87,7 @@
4  #endif
5  
6  
7 -#if HAVE_PTHREAD_H
8 +#if HAVE_PTHREAD_H && !defined(_WIN32)
9  #include <pthread.h>
10  static void once(void (*func)(void))
11  {