summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.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 /libavfilter/vf_drawtext.c
parent90153465b04bf4175b8e85587d90b3b3e5399020 (diff)
Remove pointless #undefs of previously forbidden functions.
Diffstat (limited to 'libavfilter/vf_drawtext.c')
-rw-r--r--libavfilter/vf_drawtext.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c
index e1c2bb1920..f8800d2820 100644
--- a/libavfilter/vf_drawtext.c
+++ b/libavfilter/vf_drawtext.c
@@ -46,8 +46,6 @@
#include "internal.h"
#include "video.h"
-#undef time
-
#include <ft2build.h>
#include <freetype/config/ftheader.h>
#include FT_FREETYPE_H