mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
11 lines
347 B
C
11 lines
347 B
C
--- 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;
|