contrib: vpx: remove unused patch
[vlc/gmpfix.git] / contrib / src / vpx / windows.patch
blobd722d21a9465ea557baa1ac6fd0fcbd11c7e13fa
1 --- libvpx/vp8/common/generic/systemdependent.c.orig 2013-03-13 01:01:48.404990528 +0100
2 +++ libvpx/vp8/common/generic/systemdependent.c 2013-03-13 01:02:35.928991544 +0100
3 @@ -18,6 +18,10 @@
4 #endif
5 #include "vp8/common/onyxc_int.h"
7 +#if defined(_WIN32)
8 +# include <windows.h>
9 +#endif
11 #if CONFIG_MULTITHREAD
12 #if HAVE_UNISTD_H && !defined(__OS2__)
13 #include <unistd.h>