SHA256
1
0
forked from pool/libdc1394
libdc1394/libdc1394-v4l-2.6.38.patch
Sascha Peilicke 611b6b3d92 Accepting request 150083 from home:matwey:branches:multimedia:libs
- 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
2013-01-28 13:18:43 +00:00

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>