diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-04 22:09:08 -0800 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-01-05 11:23:07 +0000 |
commit | d05eff0ea71b0aa82f452b3d08f0d5d7f24f4a41 (patch) | |
tree | a96f099ff25a6e79567c5102f9f753bacd5f64e4 /recipes-multimedia | |
parent | 3a7f48e47d3aad8f23f0f689d907f284cfdb859d (diff) | |
download | meta-freescale-d05eff0ea71b0aa82f452b3d08f0d5d7f24f4a41.tar.gz |
gstreamer1.0-plugins-bad: Force gcc compiler always
This ensures that clang based distributions can compile this recipe,
since it uses nested functions ( bad bad ) which is not supported by
clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5ccd9398494408005d521325bda2fa5c9a2b17c7)
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb index 71160fad..31ddfa36 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb | |||
@@ -210,4 +210,7 @@ EXTRA_OEMESON += " \ | |||
210 | 210 | ||
211 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 211 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |
212 | 212 | ||
213 | # it uses nested functions sadly, in ext/wayland/gstwaylandsink.c for GST_ELEMENT_REGISTER_DEFINE | ||
214 | # | ||
215 | TOOLCHAIN = "gcc" | ||
213 | ########### End of i.MX overrides ######### | 216 | ########### End of i.MX overrides ######### |