From: Denys Dmytriyenko <de...@konsulko.com>

Woraround for the following gcc10 build error:
.../src/gsth265buf.h:126: multiple definition of `buffArray';
.libs/libgsth265dec_la-gsth265dec.o:.../src/gsth265buf.h:126: first defined here

Needs to be resolved properly in the code later:
https://gcc.gnu.org/gcc-10/porting_to.html

Signed-off-by: Denys Dmytriyenko <de...@konsulko.com>
---
 .../recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
 
b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
index 1f9796c..83ef103 100644
--- 
a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
+++ 
b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
@@ -25,6 +25,7 @@ do_configure() {
 
 EXTRA_OECONF += "--enable-maintainer-mode"
 EXTRA_OEMAKE += "'ERROR_CFLAGS=-Wno-deprecated-declarations'"
+CFLAGS += "-fcommon"
 
 FILES_${PN} += "${libdir}/gstreamer-1.0/*.so"
 FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug"
-- 
2.7.4

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to