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).

Originally committed as revision 20833 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Michael Niedermayer 15 years ago
parent 64b12fc317
commit 813338a00a
  1. 2
      ffplay.c

@ -40,6 +40,8 @@
#endif
#undef exit
#undef printf
#undef fprintf
const char program_name[] = "FFplay";
const int program_birth_year = 2003;

Loading…
Cancel
Save