Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
libv4l
> libv4l-no-return-in-nonvoid-function.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libv4l-no-return-in-nonvoid-function.patch of Package libv4l
diff -Naur libv4l-0.6.4-org/libv4lconvert/processing/autogain.c libv4l-0.6.4/libv4lconvert/processing/autogain.c --- libv4l-0.6.4-org/libv4lconvert/processing/autogain.c 2010-01-15 10:30:33.000000000 +0100 +++ libv4l-0.6.4/libv4lconvert/processing/autogain.c 2010-03-14 10:06:30.000000000 +0100 @@ -61,6 +61,7 @@ if (*value < limit) *value = limit; } + return 0; } /* auto gain and exposure algorithm based on the knee algorithm described here: