Module: Mesa Branch: master Commit: 357a8b6f334da9e78d9cadebb8d729a0d1d38c3d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=357a8b6f334da9e78d9cadebb8d729a0d1d38c3d
Author: Adrian Negreanu <[email protected]> Date: Fri Jun 6 12:16:12 2014 +0300 android, dricore: undefined reference to _mesa_streaming_load_memcpy _mesa_streaming_load_memcpy is defined in main/streaming-load-memcpy.c I'm adding it to the dricore lib Cc: "10.1 10.2" <[email protected]> Signed-off-by: Adrian Negreanu <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Juha-Pekka Heikkila <[email protected]> --- src/mesa/Android.libmesa_dricore.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mesa/Android.libmesa_dricore.mk b/src/mesa/Android.libmesa_dricore.mk index 1332ebf..217f649 100644 --- a/src/mesa/Android.libmesa_dricore.mk +++ b/src/mesa/Android.libmesa_dricore.mk @@ -47,6 +47,11 @@ ifeq ($(TARGET_ARCH),x86) endif # x86 endif # MESA_ENABLE_ASM +ifeq ($(ARCH_X86_HAVE_SSE4_1),true) +LOCAL_SRC_FILES += \ + $(SRCDIR)main/streaming-load-memcpy.c +endif + LOCAL_C_INCLUDES := \ $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \ $(MESA_TOP)/src/mapi \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
