freebsd-ports/multimedia/mjpg-streamer/files/patch-plugins-input__uvc-uvcvideo.h
Kurt Jaeger 3e364dcb58 New port: multimedia/mjpg-streamer
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
2014-08-09 20:33:06 +00:00

11 lines
312 B
C

--- plugins/input_uvc/uvcvideo.h.orig 2008-06-16 14:23:51.000000000 +0300
+++ plugins/input_uvc/uvcvideo.h 2013-08-24 04:50:23.000000000 +0300
@@ -25,7 +25,7 @@
#ifndef _USB_VIDEO_H_
#define _USB_VIDEO_H_
-#include <linux/kernel.h>
+#include <sys/types.h>
#include <linux/videodev.h>
/* Compatibility */