Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,18 +0,0 @@
|
|||||||
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);
|
|
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Thu Feb 22 07:39:01 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Patch1: luvcview-add-COPYING.patch
|
Patch1: luvcview-add-COPYING.patch
|
||||||
Patch2: luvcview-memory-leaks.patch
|
Patch2: luvcview-memory-leaks.patch
|
||||||
Patch3: luvcview-v4l-2.6.38.patch
|
Patch3: luvcview-v4l-2.6.38.patch
|
||||||
Patch4: luvcview-fix-implicit.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
luvcview is a simple V4L2 application using sdl
|
luvcview is a simple V4L2 application using sdl
|
||||||
@ -48,7 +47,6 @@ Authors:
|
|||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
%patch -P 2
|
%patch -P 2
|
||||||
%patch -P 3 -p1
|
%patch -P 3 -p1
|
||||||
%patch -P 4 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user