forked from pool/libdc1394
611b6b3d92
- Update to 2.2.1 - updated all licenses to LPGL2 (bnc#777083) - misc fixes - don't expose internal symbols OBS-URL: https://build.opensuse.org/request/show/150083 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdc1394?expand=0&rev=25
12 lines
375 B
Diff
12 lines
375 B
Diff
--- libdc1394-2.2.1/examples/dc1394_vloopback.c 2009-05-25 08:49:17.000000000 +0200
|
|
+++ libdc1394-2.2.1/examples/dc1394_vloopback.c 2011-07-07 11:47:18.326089352 +0200
|
|
@@ -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>
|