forked from pool/libdc1394
7961f9c6c6
OBS-URL: https://build.opensuse.org/request/show/248269 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdc1394?expand=0&rev=32
14 lines
427 B
Diff
14 lines
427 B
Diff
Index: libdc1394-2.2.3/examples/dc1394_vloopback.c
|
|
===================================================================
|
|
--- libdc1394-2.2.3.orig/examples/dc1394_vloopback.c
|
|
+++ libdc1394-2.2.3/examples/dc1394_vloopback.c
|
|
@@ -46,7 +46,7 @@
|
|
#include <signal.h>
|
|
#define _LINUX_TIME_H
|
|
#define _DEVICE_H_
|
|
-#include <linux/videodev.h>
|
|
+#include <libv4l1-videodev.h>
|
|
#include <getopt.h>
|
|
#include <stdint.h>
|
|
#include <inttypes.h>
|