[FFmpeg-cvslog] lavf/avio: do not include bprint.h.

2014-08-09 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sat Aug 9 15:51:04 2014 +0200| [f87db44685393f85c89cb338c8617e2ee6bd51f8] | committer: Nicolas George lavf/avio: do not include bprint.h. See f75786f and 04bc370. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f87db44685393f85c89cb338c8

[FFmpeg-cvslog] lavf/avio: do not include bprint.h.

2014-07-24 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Jul 24 09:34:10 2014 +0200| [04bc37007224cfab68bc557507c449fb661218e5] | committer: Michael Niedermayer lavf/avio: do not include bprint.h. C++ chokes on the definition of AVBPrint. Including avio.h from c++ code used to work. Fix trac ticket #380