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
11 lines
312 B
C
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 */
|