blob: 099d0631cbab9ab06f48d976b552da0e8accd509 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/video/H.264/shared/x264wrap.h.orig 2013-07-09 00:34:36.000000000 +0200
+++ plugins/video/H.264/shared/x264wrap.h 2013-07-09 00:38:14.000000000 +0200
@@ -126,7 +126,7 @@
char m_ulName[100];
int m_pipeToProcess;
int m_pipeFromProcess;
- pid_t m_pid;
+ int m_pid;
#endif // WIN32
bool m_startNewFrame;
|