Files
ports/comms/qsstv/files/patch-videocapt_v4l2control.cpp
Charlie Li b040d3ad8f comms/qsstv: update to 9.5.8
Now builds and runs with current hamlib.

Changelog: http://users.telenet.be/on4qz/qsstv/manual/changelog.html

DOCS option removed since building it continues to be problematic,
and the upstream author encourages using the online documentation
anyway.

Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D33313
2021-12-07 10:42:30 -05:00

11 lines
283 B
C++

--- videocapt/v4l2control.cpp.orig 2019-04-18 21:15:23 UTC
+++ videocapt/v4l2control.cpp
@@ -32,7 +32,6 @@
#include <cerrno>
#include <cstring>
//#include <libv4l2.h>
-#include <linux/types.h> /* for videodev2.h */
#include <linux/videodev2.h>
#include <QPushButton>