summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-07 22:18:37 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-07 22:18:37 +0000
commit6580d5e377cf7a54589fd7dcb6c754ef271ad8d5 (patch)
tree0e1a7155bd2c0419e71299b015d2f89b617ad7de /ffplay.c
parent72c2bdebcff5610741d6e89cb6066ba2a88f59ac (diff)
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
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c4
1 files changed, 0 insertions, 4 deletions
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;