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