diff options
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb index a9259946..21807911 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb | |||
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ | |||
5 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ | 5 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ |
6 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607" | 6 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607" |
7 | 7 | ||
8 | DEPENDS += "iso-codes util-linux linux-imx-headers" | ||
9 | |||
8 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https" | 10 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https" |
9 | SRCBRANCH = "MM_04.04.02_1808_L4.9.123_MX8MM_GA" | 11 | SRCBRANCH = "MM_04.04.02_1808_L4.9.123_MX8MM_GA" |
10 | 12 | ||
@@ -16,7 +18,6 @@ SRC_URI = " \ | |||
16 | file://0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch \ | 18 | file://0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch \ |
17 | file://0003-riff-add-missing-include-directories-when-calling-in.patch \ | 19 | file://0003-riff-add-missing-include-directories-when-calling-in.patch \ |
18 | file://0004-rtsp-drop-incorrect-reference-to-gstreamer-sdp-in-Ma.patch \ | 20 | file://0004-rtsp-drop-incorrect-reference-to-gstreamer-sdp-in-Ma.patch \ |
19 | file://0001-gstreamer1.0-plugins-base-Fix-ion.h-header-inclusion.patch \ | ||
20 | " | 21 | " |
21 | SRCREV = "e1f90437939b147658efed4d86c3f99d5e606968" | 22 | SRCREV = "e1f90437939b147658efed4d86c3f99d5e606968" |
22 | 23 | ||
@@ -32,10 +33,6 @@ PACKAGECONFIG_append = " pango " | |||
32 | # Disable introspection to fix [GstGL-1.0.gir] Error | 33 | # Disable introspection to fix [GstGL-1.0.gir] Error |
33 | EXTRA_OECONF_append = " --disable-introspection --disable-opengl --enable-wayland" | 34 | EXTRA_OECONF_append = " --disable-introspection --disable-opengl --enable-wayland" |
34 | 35 | ||
35 | # ion allocator will be enabled only when detecting the ion.h exists, which is built out from kernel. | ||
36 | # Now, ion allocator can be supported on all i.MX platform | ||
37 | DEPENDS_append = " iso-codes util-linux virtual/kernel" | ||
38 | |||
39 | inherit gettext | 36 | inherit gettext |
40 | 37 | ||
41 | PACKAGES_DYNAMIC =+ "^libgst.*" | 38 | PACKAGES_DYNAMIC =+ "^libgst.*" |
@@ -63,12 +60,7 @@ PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" | |||
63 | 60 | ||
64 | EXTRA_OECONF += " \ | 61 | EXTRA_OECONF += " \ |
65 | --enable-zlib \ | 62 | --enable-zlib \ |
66 | CPPFLAGS=" \ | 63 | CPPFLAGS="-I${STAGING_INCDIR}/imx" \ |
67 | -I${STAGING_KERNEL_DIR}/include/uapi \ | ||
68 | -I${STAGING_KERNEL_DIR}/include \ | ||
69 | -I${STAGING_KERNEL_DIR}/drivers/staging/android/uapi \ | ||
70 | -I${STAGING_KERNEL_BUILDDIR}/include/generated/uapi \ | ||
71 | " \ | ||
72 | " | 64 | " |
73 | 65 | ||
74 | CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no" | 66 | CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no" |