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