Files
ports/graphics/fswebcam/patches/patch-src_v4l2_c
T
2025-01-18 14:44:49 +00:00

13 lines
226 B
Plaintext

Index: src_v4l2.c
--- src_v4l2.c.orig
+++ src_v4l2.c
@@ -19,7 +19,7 @@
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
-#include "videodev2.h"
+#include <sys/videoio.h>
#include "src.h"
#include "log.h"