From 62ec7ccf0d2399379e9b5034d7611e13386d70bd Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Mon, 25 Sep 2017 16:30:26 +0000 Subject: libgstomx: fix gstreamer 0.10 decode plugins Signed-off-by: Dominik Sliwa Acked-by: Stefan Agner --- recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb b/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb index d9e544d..07359a4 100644 --- a/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb +++ b/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb @@ -20,8 +20,8 @@ inherit autotools pkgconfig EXTRA_OECONF = " --enable-tegra --enable-eglimage --enable-experimental --disable-static " -CXXFLAGS += " -I${S}/omx/openmax -I${WORKDIR}/gstomx_src/nv_headers -Wl,--no-undefined " -CFLAGS += " -I${S}/omx/openmax -I${WORKDIR}/gstomx_src/nv_headers -Wl,--no-undefined " +CXXFLAGS += " -DTEGRA_ARCH_124 -I${S}/omx/openmax -I${WORKDIR}/gstomx_src/nv_headers -Wl,--no-undefined " +CFLAGS += " -DTEGRA_ARCH_124 -I${S}/omx/openmax -I${WORKDIR}/gstomx_src/nv_headers -Wl,--no-undefined " do_configure_prepend() { -- cgit v1.2.3