Mesa (master): android: util,ac,aco,radv: Cross-platform memstream API

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 22 00:59:45 UTC 2020


Module: Mesa
Branch: master
Commit: 81797fc863c5eb4ec976e8839845926d89a16be6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=81797fc863c5eb4ec976e8839845926d89a16be6

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Thu Oct 22 02:06:59 2020 +0200

android: util,ac,aco,radv: Cross-platform memstream API

Fixes the following building errors:

external/mesa/src/amd/common/ac_debug.c:589:
error: undefined reference to 'u_memstream_open'

external/mesa/src/amd/common/ac_debug.c:593:
error: undefined reference to 'u_memstream_close'

Fixes: af8d488ea5e1 ("util,ac,aco,radv: Cross-platform memstream API")
Signed-off-by: Mauro Rossi <issor.oruam at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7267>

---

 src/util/Makefile.sources | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index edc3364298f..ac41e0ce544 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -59,6 +59,8 @@ MESA_UTIL_FILES := \
 	log.c \
 	log.h \
 	macros.h \
+	memstream.c \
+	memstream.h \
 	mesa-sha1.c \
 	mesa-sha1.h \
 	os_time.c \



More information about the mesa-commit mailing list