Mailinglist Archive: opensuse-commit (1093 mails)
| < Previous | Next > |
commit libv4l for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 02 Mar 2010 12:42:19 +0100
- Message-id: <20100302114219.93A07202A8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libv4l for openSUSE:Factory
checked in at Tue Mar 2 12:42:19 CET 2010.
--------
--- libv4l/libv4l.changes 2010-02-22 10:39:45.000000000 +0100
+++ /mounts/work_src_done/STABLE/libv4l/libv4l.changes 2010-03-02
01:18:09.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 22 15:53:02 CET 2010 - ro@xxxxxxx
+
+- buildfix: "control reaches end of non-void function"
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
libv4l-nonvoid_return.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libv4l.spec ++++++
--- /var/tmp/diff_new_pack.05sML7/_old 2010-03-02 12:41:40.000000000 +0100
+++ /var/tmp/diff_new_pack.05sML7/_new 2010-03-02 12:41:40.000000000 +0100
@@ -20,12 +20,13 @@
Name: libv4l
Summary: Collection of video4linux support libraries
Version: 0.6.4
-Release: 1
+Release: 2
Group: System/Libraries
License: LGPLv2.0+
Url: http://people.atrpms.net/~hdegoede/
Source0: http://people.atrpms.net/~hdegoede/%{name}-%{version}.tar.gz
Source2: baselibs.conf
+Patch0: libv4l-nonvoid_return.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: kernel-headers
@@ -125,6 +126,7 @@
%prep
%setup -q
+%patch0
%build
%{__make} CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
++++++ libv4l-nonvoid_return.diff ++++++
--- libv4lconvert/processing/autogain.c
+++ libv4lconvert/processing/autogain.c
@@ -40,7 +40,7 @@
}
/* Adjust ctrl value with steps steps, while not crossing limit */
-static int autogain_adjust(struct v4l2_queryctrl *ctrl, int *value,
+static void autogain_adjust(struct v4l2_queryctrl *ctrl, int *value,
int steps, int limit)
{
int ctrl_range = (ctrl->maximum - ctrl->minimum) / ctrl->step;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |