From: John Stebbins Date: Sat, 11 Mar 2017 20:38:19 +0000 (-0700) Subject: libvpx: fix building with our pthreadw32 contrib X-Git-Tag: 1.1.0~647 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a4beb186fcb6b6000f12cd421afcc2e0922528a;p=handbrake libvpx: fix building with our pthreadw32 contrib --- diff --git a/contrib/libvpx/P01-mingw-vpx-semaphore.patch b/contrib/libvpx/P01-mingw-vpx-semaphore.patch new file mode 100644 index 000000000..7ef8fb95d --- /dev/null +++ b/contrib/libvpx/P01-mingw-vpx-semaphore.patch @@ -0,0 +1,11 @@ +diff -ur libvpx-1.6.1.orig/vp8/common/threading.h libvpx-1.6.1/vp8/common/threading.h +--- libvpx-1.6.1.orig/vp8/common/threading.h 2017-01-12 13:27:27.000000000 -0700 ++++ libvpx-1.6.1/vp8/common/threading.h 2017-03-11 13:27:10.173664615 -0700 +@@ -73,6 +73,7 @@ + #include + + #else ++#include + #include + #endif +