OSDN Git Service

Add '#undef fprintf' before PRINT macro that uses fprintf.
authorDiego Biurrun <diego@biurrun.de>
Wed, 11 Nov 2009 21:57:50 +0000 (21:57 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 11 Nov 2009 21:57:50 +0000 (21:57 +0000)
commitca02d8ec97ce50bfc36ff094d46afa331559ea64
treecc25d154fdb8c3108faa141c372090f59d61c143
parente92ad83f54cc14bf9d7f5737b1cea3289c1f280d
Add '#undef fprintf' before PRINT macro that uses fprintf.
Otherwise there may be trouble when fprintf is disabled in favor of av_log.

Originally committed as revision 20515 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c