From bed340f5390127930f81649d721f73a9b12d32bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 1 Jul 2016 13:22:53 +0100 Subject: strata/multimedia-gstreamer-0.10.morph: Fix compilation problem with v4l Compilation error: v4l2_calls.c:58:26: error: 'V4L2_CID_HCENTER_DEPRECATED' undeclared (first use in this function) #define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED ^ v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER' case V4L2_CID_HCENTER: ^ v4l2_calls.c:58:26: note: each undeclared identifier is reported only once for each function it appears in #define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED ^ v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER' case V4L2_CID_HCENTER: ^ v4l2_calls.c:61:26: error: 'V4L2_CID_VCENTER_DEPRECATED' undeclared (first use in this function) #define V4L2_CID_VCENTER V4L2_CID_VCENTER_DEPRECATED ^ v4l2_calls.c:298:12: note: in expansion of macro 'V4L2_CID_VCENTER' case V4L2_CID_VCENTER: ^ Change-Id: Ic3c7747624038c6921bce163cedc1a7d7e27fa6e --- strata/multimedia-gstreamer-0.10.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strata/multimedia-gstreamer-0.10.morph b/strata/multimedia-gstreamer-0.10.morph index b74e5cad..81a4960a 100644 --- a/strata/multimedia-gstreamer-0.10.morph +++ b/strata/multimedia-gstreamer-0.10.morph @@ -27,8 +27,8 @@ chunks: url: upstream:gstreamer-common - name: gstreamer-plugins-good@0.10 repo: upstream:gstreamer-plugins-good - ref: 5af6f5bfb6c3619a9ccc3b1681579aeb90e8b89a - unpetrify-ref: "0.10" + ref: 43185275636cf1b52cc12b52fe6dbbc6886f6347 + unpetrify-ref: baserock/0.10+v4l_fix build-system: autotools build-depends: - gstreamer@0.10 -- cgit v1.2.1