summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-06 16:14:34 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-09-06 16:14:34 +0200
commit2bb62455c899cdccbdc2a6ad33f9582008ed9f05 (patch)
treebe695858ce63db54ec4aedab5596bf2ba072f65f /libavutil/Makefile
parent376b16d7cc8a0953bc2054a6ccc778d75b7b1c5b (diff)
Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime."
This reverts commit ba537202801d71711f1ef9306a6248dd2d426fa0. A better implementation has been commited by the same author to qatar Conflicts: configure Found-by: jamal <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index bd569ecb05..ef1f658bb4 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -94,9 +94,6 @@ OBJS = adler32.o \
utils.o \
xtea.o \
-OBJS-$(!HAVE_SNPRINTF) += ../compat/snprintf.o
-OBJS-$(HAVE_BROKEN_STRTOD) += ../compat/strtod.o
-
TESTPROGS = adler32 \
aes \
avstring \