[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions
From: |
strk |
Subject: |
Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions |
Date: |
Thu, 22 Jul 2010 21:00:59 +0200 |
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] patch proposal. remove ffmpeg deprecated functions, Andrea Palmatè, 2010/07/21
- Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions, Benjamin Wolsey, 2010/07/22
- Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions, Andrea Palmatè, 2010/07/22
- Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions, strk, 2010/07/22
- Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions, Andrea Palmatè, 2010/07/22
- Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions, strk, 2010/07/22
- Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions, Andrea Palmatè, 2010/07/22
- Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions, strk, 2010/07/22
- Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions, strk, 2010/07/22
- Re: [Gnash-dev] patch proposal. remove ffmpeg deprecated functions,
strk <=