summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb4
1 files 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() {