summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2017-09-25 16:30:26 +0000
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-05 02:23:30 +0200
commit62ec7ccf0d2399379e9b5034d7611e13386d70bd (patch)
treecc5934fab7391051dd30a68a5c6c279254832695
parent2c29aa3b61efcd1ee5aa8472b1b2127b3d6d1427 (diff)
libgstomx: fix gstreamer 0.10 decode plugins
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
-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() {