diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-23 14:08:19 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:25:59 +0100 |
commit | 1e35d04067357b1c65d9e2c4796acfa02274fd9d (patch) | |
tree | a14668eb7be037f7fb494e5a4481c33bc84a6173 /meta/recipes-kernel/linux | |
parent | fe4428fd740b3937007e0a3f893714ff04c33533 (diff) | |
download | openembedded-core-1e35d04067357b1c65d9e2c4796acfa02274fd9d.tar.gz openembedded-core-1e35d04067357b1c65d9e2c4796acfa02274fd9d.tar.bz2 openembedded-core-1e35d04067357b1c65d9e2c4796acfa02274fd9d.zip |
gst-plugins-good: fix 3.10 libc-headers build failure
kernel commit 24b9f5017 [[media] V4L: Remove deprecated image centering controls]
removed the definitions of V4L2_CID_HCENTER and V4L2_CID_VCENTER after three
years of depreciation.
The ioctl values are still free, and the case statement which processess them
in v4l2 userspace falls through to the proper replacement. So in the short
term, we can explicitly define them using the old absolute values, and everything
will work.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux')
0 files changed, 0 insertions, 0 deletions