mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
3e364dcb58
MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software. It is the successor of uvc-streamer, a Linux-UVC streaming application with Pan/Tilt WWW: http://sourceforge.net/projects/mjpg-streamer/ PR: 181527 Submitted by: kozlov.sergey.404@gmail.com
16 lines
358 B
C
16 lines
358 B
C
--- utils.c.orig 2008-06-16 14:23:53.000000000 +0300
|
|
+++ utils.c 2013-08-24 04:23:19.000000000 +0300
|
|
@@ -23,10 +23,10 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
-#include <linux/types.h>
|
|
+#include <sys/types.h>
|
|
#include <string.h>
|
|
#include <fcntl.h>
|
|
-#include <wait.h>
|
|
+#include <sys/wait.h>
|
|
#include <time.h>
|
|
#include <limits.h>
|
|
|