Browse Source

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
tags/v0.6
Michael Niedermayer 16 years ago
parent
commit
813338a00a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ffplay.c

+ 2
- 0
ffplay.c View File

@@ -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