summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorJose Fonseca <[email protected]>2015-07-22 13:21:24 +0100
committerJose Fonseca <[email protected]>2015-07-23 15:57:53 +0100
commitc6267ebd6c8a73d51a0c82d0f516177c70e05c81 (patch)
tree8733ec0fc76e0efb1c21c047a924f7d6b226a932 /src/gallium/auxiliary/Makefile.sources
parentf3728a16c9c6a02fc1f44b8069b0060e2358f22e (diff)
gallium/util: Stop bundling our snprintf implementation.
Use MSVCRT functions instead. Their semantics are slightly different but they can be made to work as expected. Also, use the same code paths for both MSVCRT and MinGW. https://bugs.freedesktop.org/show_bug.cgi?id=91418 Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 62e6b94cab8..3616d885b47 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -274,7 +274,6 @@ C_SOURCES := \
util/u_simple_shaders.h \
util/u_slab.c \
util/u_slab.h \
- util/u_snprintf.c \
util/u_split_prim.h \
util/u_sse.h \
util/u_staging.c \