summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-13 14:26:56 +0100
committerwm4 <wm4@nowhere>2013-01-13 14:27:10 +0100
commitb87b0ef5ec77bc634534a7faba8ee14cfd98fb0d (patch)
tree12a4f0521c0249cc1b2d03de28f8d16886a4e64e /Makefile
parentfe6c93eab8d9f747248e297b646343414ce95442 (diff)
downloadmpv-b87b0ef5ec77bc634534a7faba8ee14cfd98fb0d.tar.bz2
mpv-b87b0ef5ec77bc634534a7faba8ee14cfd98fb0d.tar.xz
osdep: remove broken vsscanf() emulation
vsscanf() is in POSIX, C99, mingw, etc. Further, the implementation in osdep/vsscanf.c was completely broken, and if it worked, it worked only by chance.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 738d6bd20e..124c3654c1 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,6 @@ SOURCES-$(NEED_GLOB) += osdep/glob-win.c
SOURCES-$(NEED_SETENV) += osdep/setenv.c
SOURCES-$(NEED_SHMEM) += osdep/shmem.c
SOURCES-$(NEED_STRSEP) += osdep/strsep.c
-SOURCES-$(NEED_VSSCANF) += osdep/vsscanf.c
SOURCES-$(NETWORKING) += stream/stream_netstream.c \
stream/asf_mmst_streaming.c \
stream/asf_streaming.c \