Commit 32ae9034 authored by michael's avatar michael

Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be #undef.

Without this random changes to the header inclusion can trigger
linking failures, and these are not even picked up in some environments 
(some fate machines didnt catch it).


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20833 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 95b2ee67
......@@ -40,6 +40,8 @@
#endif
#undef exit
#undef printf
#undef fprintf
const char program_name[] = "FFplay";
const int program_birth_year = 2003;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment