From d4e7ab0e8cf8d5dd837ab4276d5cfe14e48b0cbe Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 9 Jun 2008 08:42:49 +0000 Subject: sys/v4l2/: Fix compilation with newer GIT kernels that deprecated Original commit message from CVS: Patch by: Bastien Nocera * sys/v4l2/gstv4l2vidorient.c: * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): Fix compilation with newer GIT kernels that deprecated V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a0666252..29170c69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-06-09 Sebastian Dröge + + Patch by: Bastien Nocera + + * sys/v4l2/gstv4l2vidorient.c: + * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): + Fix compilation with newer GIT kernels that deprecated + V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317. + 2008-06-07 Tim-Philipp Müller * configure.ac: -- cgit