b040d3ad8f
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
11 lines
283 B
C++
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>
|