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 --- ffplay.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index 3c9c379dd7..bfe10bebd1 100644 --- a/ffplay.c +++ b/ffplay.c @@ -47,10 +47,6 @@ #undef main /* We don't want SDL to override our main() */ #endif -#undef exit -#undef printf -#undef fprintf - const char program_name[] = "FFplay"; const int program_birth_year = 2003; -- cgit v1.2.3