From 6580d5e377cf7a54589fd7dcb6c754ef271ad8d5 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 7 Mar 2010 22:18:37 +0000 Subject: Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps Originally committed as revision 22295 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 25f4558f89..d5deacce9d 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -66,7 +66,6 @@ #elif HAVE_CONIO_H #include #endif -#undef time //needed because HAVE_AV_CONFIG_H is defined on top #include #include "cmdutils.h" @@ -74,8 +73,6 @@ #undef NDEBUG #include -#undef exit - const char program_name[] = "FFmpeg"; const int program_birth_year = 2000; -- cgit v1.2.3