gst-plugins-good: unbreak build (v4l) with recent kernels (via LFS).
This commit is contained in:
parent
b225ecdf66
commit
68952890a2
@ -1,24 +0,0 @@
|
|||||||
Upstream-Status: Backport
|
|
||||||
|
|
||||||
[1] http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=9f2aa8d47f835ea155aaf635f618c0fc1ca87012
|
|
||||||
|
|
||||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
|
||||||
---
|
|
||||||
sys/v4l2/gstv4l2bufferpool.c | 1 -
|
|
||||||
1 files changed, 0 insertions(+), 1 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c
|
|
||||||
index b81c6a4..51cc0ce 100644
|
|
||||||
--- sys/v4l2/gstv4l2bufferpool.c
|
|
||||||
+++ sys/v4l2/gstv4l2bufferpool.c
|
|
||||||
@@ -181,7 +181,6 @@ gst_v4l2_buffer_new (GstV4l2BufferPool * pool, guint index, GstCaps * caps)
|
|
||||||
GST_LOG_OBJECT (pool->v4l2elem, " MMAP offset: %u",
|
|
||||||
ret->vbuffer.m.offset);
|
|
||||||
GST_LOG_OBJECT (pool->v4l2elem, " length: %u", ret->vbuffer.length);
|
|
||||||
- GST_LOG_OBJECT (pool->v4l2elem, " input: %u", ret->vbuffer.input);
|
|
||||||
|
|
||||||
data = (guint8 *) v4l2_mmap (0, ret->vbuffer.length,
|
|
||||||
PROT_READ | PROT_WRITE, MAP_SHARED, pool->video_fd,
|
|
||||||
--
|
|
||||||
1.7.6.5
|
|
||||||
|
|
@ -20,6 +20,11 @@ license="LGPL-2.1"
|
|||||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64
|
checksum=77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i -e "/input:/d" sys/v4l2/gstv4l2bufferpool.c
|
||||||
|
sed -i -e "/case V4L2_CID_HCENTER/d" -e "/case V4L2_CID_VCENTER/d" sys/v4l2/v4l2_calls.c
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/gstreamer-0.10.schemas \
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/gstreamer-0.10.schemas \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user