On Thu, Jul 22, 2010 at 08:56:48PM +0200, strk wrote:
> On Thu, Jul 22, 2010 at 02:44:10PM +0200, strk wrote:
> 
> > Ubuntu 8.10 is the one I build gnash against, and most likely
> > the oldest one among core developers. I'll try to build
> > with the patch, and test few runs, then will let you know.
> 
> libmedia/ffmpeg/MediaParserFfmpeg.cpp:355: error: 'avformat_alloc_context' 
> was not declared in this scope
> 
> This is with 
>  libavcodec51 3:0.svn20080206-12ubuntu3
>  libavformat52 3:0.svn20080206-12ubuntu3
> 
> Hints ?

The above is fixed by using av_alloc_format_context() instead of
avormat_alloc_context() -- Then next comes out:

libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:556: error: 'avcodec_decode_audio3' was 
not declared in this scope

avcodec_decode_audio2 is available

--strk;

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

_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to