summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-06-21 13:38:51 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-06-21 13:38:51 +0200
commit76adffc5e65a4d0b3d47052e404de2066a97f2ab (patch)
tree4ed2a2006501226a0c5cdb1345b3dadcf1043906
parent59815c56db5022c6e22f0b1f138030592d25764c (diff)
downloadmeta-freescale-76adffc5e65a4d0b3d47052e404de2066a97f2ab.tar.gz
Revert "gstreamer1.0-plugins-bad_1.22.5.imx: fix compile time error"
This reverts commit 0cc3bf6bbb0e46ee54d5f2e838a6979331b9eb76. The commit fixes a compile time error with GCC-14. With GCC-13 used in scarthgap the build fails. Revert backport. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb
index 39c1bfe19..3366a6274 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb
@@ -211,13 +211,6 @@ PACKAGECONFIG_G2D:imxgpu2d ??= "g2d"
211PACKAGECONFIG[g2d] = ",,virtual/libg2d" 211PACKAGECONFIG[g2d] = ",,virtual/libg2d"
212PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress" 212PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress"
213 213
214# GCC-14 otherwise errors out
215CFLAGS += " \
216 -Wno-error=implicit-function-declaration \
217 -Wno-error=incompatible-pointer-types \
218 -Wno-error=return-mismatch \
219 -Wno-error=int-conversion \
220"
221EXTRA_OEMESON += " \ 214EXTRA_OEMESON += " \
222 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ 215 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \
223" 216"