gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_fi


From: Sandro Santilli
Subject: Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-438-ga08f72e
Date: Thu, 7 Jul 2011 12:39:37 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Jul 07, 2011 at 10:06:54AM +0200, Sandro Santilli wrote:
> On Thu, Jul 07, 2011 at 07:23:55AM +0000, Benjamin Wolsey wrote:
> 
> > -// av_alloc_format_context was deprecated on
> > -// 2009-02-08 (r17047) in favor of avformat_alloc_context() 
> > -#if !defined (LIBAVCODEC_VERSION_MAJOR) || LIBAVCODEC_VERSION_MAJOR < 52
> > -    _formatCtx = av_alloc_format_context();
> > -#else
> > -    _formatCtx = avformat_alloc_context();
> > -#endif
> > -
> > -    assert(_formatCtx);
> [...]
> > +    _formatCtx = avformat_alloc_context();
> > +    assert(_formatCtx);
> 
> Does the above mean we lost support for libavcodec < 52 ?

Looks like we've lost support for lenny[1]:

ffmpeg/MediaParserFfmpeg.cpp:380: error: 'avformat_alloc_context' was not 
declared in this scope

[1] 
http://www.gnashdev.org:8010/builders/lenny-linux-x86/builds/526/steps/compile/logs/stdio

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]