diff options
| author | Bastien Nocera <hadess@hadess.net> | 2008-06-09 08:42:49 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-09 08:42:49 +0000 |
| commit | d4e7ab0e8cf8d5dd837ab4276d5cfe14e48b0cbe (patch) | |
| tree | 26c9221c8837741dcba53810d3974382eae80a67 /ChangeLog | |
| parent | ec7e0e7d488e7f5fc21af6b61a77cce6a5d1e3b1 (diff) | |
sys/v4l2/: Fix compilation with newer GIT kernels that deprecated
Original commit message from CVS:
Patch by: Bastien Nocera <hadess at hadess dot net>
* 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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-06-09 Sebastian Dröge <slomo@circular-chaos.org> + + Patch by: Bastien Nocera <hadess at hadess dot net> + + * 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 <tim.muller at collabora co uk> * configure.ac: |
