diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-06-21 13:38:51 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-06-21 13:38:51 +0200 |
commit | 76adffc5e65a4d0b3d47052e404de2066a97f2ab (patch) | |
tree | 4ed2a2006501226a0c5cdb1345b3dadcf1043906 | |
parent | 59815c56db5022c6e22f0b1f138030592d25764c (diff) | |
download | meta-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.bb | 7 |
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" | |||
211 | PACKAGECONFIG[g2d] = ",,virtual/libg2d" | 211 | PACKAGECONFIG[g2d] = ",,virtual/libg2d" |
212 | PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress" | 212 | PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress" |
213 | 213 | ||
214 | # GCC-14 otherwise errors out | ||
215 | CFLAGS += " \ | ||
216 | -Wno-error=implicit-function-declaration \ | ||
217 | -Wno-error=incompatible-pointer-types \ | ||
218 | -Wno-error=return-mismatch \ | ||
219 | -Wno-error=int-conversion \ | ||
220 | " | ||
221 | EXTRA_OEMESON += " \ | 214 | EXTRA_OEMESON += " \ |
222 | -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ | 215 | -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ |
223 | " | 216 | " |