Skip to content

Commit 258eaf4

Browse files
committed
couldn't figure out how to do it via sed
1 parent 81ce17f commit 258eaf4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

patches/vpx_160_semaphore.patch

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/vp8/common/threading.h b/vp8/common/threading.h
2+
index ece64f3..2a00a4e 100644
3+
--- a/vp8/common/threading.h
4+
+++ b/vp8/common/threading.h
5+
@@ -73,6 +73,7 @@ extern "C" {
6+
#include <unistd.h>
7+
8+
#else
9+
+#include <sys/types.h>
10+
#include <semaphore.h>
11+
#endif
12+

0 commit comments

Comments
 (0)