summaryrefslogtreecommitdiff
path: root/libavformat/seek-test.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-10-20 15:22:41 +0200
committerAnton Khirnov <anton@khirnov.net>2012-12-04 21:40:22 +0100
commitcb45553f577f8e0ebfe05d3287e1b6fa5859b967 (patch)
treea351c06fb3fc1b79f40c9539af0820d9c630bd6c /libavformat/seek-test.c
parent90153465b04bf4175b8e85587d90b3b3e5399020 (diff)
Remove pointless #undefs of previously forbidden functions.
Diffstat (limited to 'libavformat/seek-test.c')
-rw-r--r--libavformat/seek-test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/seek-test.c b/libavformat/seek-test.c
index 57d3fa4da5..143f0b5ace 100644
--- a/libavformat/seek-test.c
+++ b/libavformat/seek-test.c
@@ -28,9 +28,6 @@
#include "libavutil/mathematics.h"
#include "libavformat/avformat.h"
-#undef printf
-#undef fprintf
-
static char buffer[20];
static const char *ret_str(int v)