mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mjpg-streamer: Upgrade to r182-experimental, add patches to remove debug, build additional plugins and minor fixes.
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/plugins/input_uvc/v4l2uvc.c
|
||||
+++ b/plugins/input_uvc/v4l2uvc.c
|
||||
@@ -69,7 +69,7 @@ int init_videoIn(struct vdIn *vd, char *
|
||||
vd->videodevice = (char *) calloc(1, 16 * sizeof(char));
|
||||
vd->status = (char *) calloc(1, 100 * sizeof(char));
|
||||
vd->pictName = (char *) calloc(1, 80 * sizeof(char));
|
||||
- snprintf(vd->videodevice, 12, "%s", device);
|
||||
+ snprintf(vd->videodevice, 16, "%s", device);
|
||||
vd->toggleAvi = 0;
|
||||
vd->getPict = 0;
|
||||
vd->signalquit = 1;
|
||||
Reference in New Issue
Block a user