Ana Guerrero 2024-12-29 10:56:51 +00:00 committed by Git OBS Bridge
commit 3e883f7bfe
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,18 @@
Index: luvcview-20070512/v4l2uvc.h
===================================================================
--- luvcview-20070512.orig/v4l2uvc.h
+++ luvcview-20070512/v4l2uvc.h
@@ -30,6 +30,7 @@
#include <sys/mman.h>
#include <sys/select.h>
#include <libv4l1-videodev.h>
+#include <SDL/SDL_timer.h>
#include <linux/videodev2.h>
#include "avilib.h"
@@ -104,4 +105,4 @@ int v4l2SetLightFrequencyFilter(struct v
int enum_frame_intervals(int dev, __u32 pixfmt, __u32 width, __u32 height);
int enum_frame_sizes(int dev, __u32 pixfmt);
int enum_frame_formats(int dev);
-
+int check_videoIn(struct vdIn *vd, char *device);

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 16 15:21:17 UTC 2024 - Marcus Meissner <meissner@suse.com>
- luvcview-fix-implicit.patch: fixed implicits
-------------------------------------------------------------------
Thu Feb 22 07:39:01 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -31,6 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch1: luvcview-add-COPYING.patch
Patch2: luvcview-memory-leaks.patch
Patch3: luvcview-v4l-2.6.38.patch
Patch4: luvcview-fix-implicit.patch
%description
luvcview is a simple V4L2 application using sdl
@ -47,6 +48,7 @@ Authors:
%patch -P 1 -p1
%patch -P 2
%patch -P 3 -p1
%patch -P 4 -p1
%build
make