blob: 99c84668efd3d2c05cf91f4e870a4c5e35815cce [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001DEFAULT_PREFERENCE = "-1"
2
3include gstreamer1.0-omx.inc
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
6 file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f"
7
8SRC_URI = " \
9 git://anongit.freedesktop.org/gstreamer/gst-omx;branch=master;name=gst-omx \
10 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;branch=master;name=common \
11 file://0001-omx-fixed-type-error-in-printf-call.patch \
12 "
13
14S = "${WORKDIR}/git"
15
16SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0"
17SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157"
18
19SRCREV_FORMAT = "gst-omx"
20
21do_configure_prepend() {
22 cd ${S}
23 ./autogen.sh --noconfigure
24 cd ${B}
25}
26