summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-imx_0.9.2.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-imx_0.9.2.bb b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-imx_0.9.2.bb
new file mode 100644
index 000000000..2bbd3f9c0
--- /dev/null
+++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-imx_0.9.2.bb
@@ -0,0 +1,29 @@
1DESCRIPTION = "GStreamer 1.0 plugins for i.MX platforms"
2LICENSE = "LGPLv2+"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605"
4SECTION = "multimedia"
5DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base libfslvpuwrap virtual/kernel virtual/egl \
6 virtual/libgles2 ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
7
8SRCBRANCH ?= "master"
9SRCREV = "331f268b3bc282351b82c3548e703ea04be72b2c"
10SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}"
11
12S = "${WORKDIR}/git"
13
14inherit waf
15
16CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
17
18# configure the eglvivsink element to use the appropiate EGL platform code
19EGLVIVSINK_PLATFORM = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', 'fb', d)}"
20EXTRA_OECONF = "--egl-platform=${EGLVIVSINK_PLATFORM}"
21
22# LIBV is used by gst-plugins-package.inc to specify the GStreamer version (0.10 vs 1.0)
23LIBV = "1.0"
24require recipes-multimedia/gstreamer/gst-plugins-package.inc
25
26# the following line is required to produce one package for each plugin
27PACKAGES_DYNAMIC = "^${PN}-.*"
28
29COMPATIBLE_MACHINE = "(mx6)"