You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
597 B
14 lines
597 B
--- trinity-tdeedu-14.0.1/kstars/configure.in.in.orig 2015-07-31 11:34:32.712141661 -0400
|
|
+++ trinity-tdeedu-14.0.1/kstars/configure.in.in 2015-07-31 11:35:49.442314137 -0400
|
|
@@ -87,7 +87,9 @@
|
|
[have_v4l2=true],
|
|
[have_v4l2=false],
|
|
[#include <sys/time.h>
|
|
- #include <linux/videodev2.h>])
|
|
+ extern "C" {
|
|
+ #include <linux/videodev2.h>
|
|
+ }])
|
|
if test x$have_v4l2 = xfalse; then
|
|
unset ac_cv_type_struct_v4l2_buffer
|
|
AC_CHECK_TYPE([struct v4l2_buffer],
|