OSDN Git Service

mesa: android: Fix the incorrect path of sse_minmax.c
authorChih-Wei Huang <cwhuang@android-x86.org>
Mon, 12 Oct 2015 15:36:59 +0000 (23:36 +0800)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 21 Oct 2015 13:23:21 +0000 (14:23 +0100)
Cc: "10.6 11.0" <mesa-stable@lists.freedesktop.org>
Fixes: 669cfc267a1 (android: mesa: fix the path of the SSE4_1
optimisations)
Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 67d8518a0e5a3df400a6e70de667d69e4b6ce9c5)

src/mesa/Android.libmesa_dricore.mk

index 2e308b8..fef76c8 100644 (file)
@@ -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