freebsd-ports/comms/qsstv/files/patch-qsstv_videocapt_v4l2control.cpp
Stephen Hurd 93b24289aa Update to latest release.
DOCS option is back, hopefully it'll stay.
Jasper has been switched out for OpenJPEG.
2016-04-10 21:54:40 +00:00

11 lines
354 B
C++

--- qsstv/videocapt/v4l2control.cpp.orig 2016-04-08 23:08:29 UTC
+++ qsstv/videocapt/v4l2control.cpp
@@ -32,7 +32,7 @@
#include <cerrno>
#include <cstring>
//#include <libv4l2.h>
-#include <linux/types.h> /* for videodev2.h */
+//#include <linux/types.h> /* for videodev2.h */
#include <linux/videodev2.h>
#include <QPushButton>