Re: [FFmpeg-devel] [PATCH] lavf/avio: do not include bprint.h.

2014-07-24 Thread Michael Niedermayer
On Thu, Jul 24, 2014 at 02:56:04PM +0200, Michael Niedermayer wrote: > On Thu, Jul 24, 2014 at 09:34:10AM +0200, Nicolas George wrote: > > C++ chokes on the definition of AVBPrint. > > Including avio.h from c++ code used to work. > > Fix trac ticket #3800. > > > > Signed-off-by: Nicolas George >

Re: [FFmpeg-devel] [PATCH] lavf/avio: do not include bprint.h.

2014-07-24 Thread Michael Niedermayer
On Thu, Jul 24, 2014 at 09:34:10AM +0200, Nicolas George wrote: > C++ chokes on the definition of AVBPrint. > Including avio.h from c++ code used to work. > Fix trac ticket #3800. > > Signed-off-by: Nicolas George > --- > libavformat/avio.h| 3 +-- > libavformat/aviobuf.c | 1 + > 2 files ch

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

2014-07-24 Thread Nicolas George
C++ chokes on the definition of AVBPrint. Including avio.h from c++ code used to work. Fix trac ticket #3800. Signed-off-by: Nicolas George --- libavformat/avio.h| 3 +-- libavformat/aviobuf.c | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/avio.h b/libavfor