From 4fa661a857f16d4afd322920442b075c2a84ec4c Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 4 Sep 2012 14:30:37 +0100 Subject: lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavutil/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index 48f872d535..cf9b32f6d2 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -87,6 +87,9 @@ OBJS = adler32.o \ utils.o \ xtea.o \ +OBJS-$(HAVE_MSVCRT) += ../compat/msvcrt/snprintf.o \ + ../compat/strtod.o + TESTPROGS = adler32 \ aes \ avstring \ -- cgit v1.2.3