Mesa (master): mesa: android: Fix the incorrect path of sse_minmax.c

Emil Velikov evelikov at kemper.freedesktop.org
Thu Oct 15 12:38:24 UTC 2015


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

Author: Chih-Wei Huang <cwhuang at android-x86.org>
Date:   Mon Oct 12 23:36:59 2015 +0800

mesa: android: Fix the incorrect path of sse_minmax.c

Cc: "10.6 11.0" <mesa-stable at lists.freedesktop.org>
Fixes: 669cfc267a1 (android: mesa: fix the path of the SSE4_1
optimisations)
Signed-off-by: Chih-Wei Huang <cwhuang at linux.org.tw>
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/mesa/Android.libmesa_dricore.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/Android.libmesa_dricore.mk b/src/mesa/Android.libmesa_dricore.mk
index 2e308b8..fef76c8 100644
--- a/src/mesa/Android.libmesa_dricore.mk
+++ b/src/mesa/Android.libmesa_dricore.mk
@@ -50,7 +50,7 @@ endif # MESA_ENABLE_ASM
 ifeq ($(ARCH_X86_HAVE_SSE4_1),true)
 LOCAL_SRC_FILES += \
 	main/streaming-load-memcpy.c \
-	mesa/main/sse_minmax.c
+	main/sse_minmax.c
 LOCAL_CFLAGS := \
 	-msse4.1 \
        -DUSE_SSE41




More information about the mesa-commit mailing list