summaryrefslogtreecommitdiff
path: root/vhook/drawtext.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2004-04-07 13:31:27 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2004-04-07 13:31:27 +0000
commit00a3c8b8a9a487727dd4e5f82d4095330863107e (patch)
treeffe394338743f102195c2f07b3cb8100ba3e38bf /vhook/drawtext.c
parente9afa2f4dd9a1340c1538a580720864e90c83e3b (diff)
fix compilation after michaels anti-time change
Originally committed as revision 2977 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook/drawtext.c')
-rw-r--r--vhook/drawtext.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/vhook/drawtext.c b/vhook/drawtext.c
index df87198757..432541342b 100644
--- a/vhook/drawtext.c
+++ b/vhook/drawtext.c
@@ -43,17 +43,18 @@
#define MAXSIZE_TEXT 1024
+#include "framehook.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
+#undef time
#include <sys/time.h>
#include <time.h>
-#include "framehook.h"
-
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H