gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] Re: VideoConverter: debian-4.0 unsupported


From: strk
Subject: [Gnash-dev] Re: VideoConverter: debian-4.0 unsupported
Date: Mon, 9 Mar 2009 22:01:58 +0100

On Mon, Mar 09, 2009 at 09:30:39PM +0100, strk wrote:
> /home/strk/src/gnash/gnash-head/libmedia/ffmpeg/VideoConverterFfmpeg.cpp:105: 
> er
> ror: 'PIX_FMT_NV12' was not declared in this scope
> /home/strk/src/gnash/gnash-head/libmedia/ffmpeg/VideoConverterFfmpeg.cpp:106: 
> er
> ror: 'PIX_FMT_NV21' was not declared in this scope
> 
> This is Debian-4.0, libavcodec shipped is 0.cvs20060823-8

For configure, the version is 51.11.0 (511100).
I've seen VideoConverterFfmpeg.cpp uses a line like:

#if LIBAVUTIL_VERSION_INT >= ((49<<16)+(5<<8)+0)
#endif

To compile-out PIX_FMT_YUV440P and PIX_FMT_YUVJ440P, which
the version above also doesn't have. Using the same conditional
for NV12/NV21 fixed the build here, but I dunno exact version 
introducing them.

--strk;

 Free GIS & Flash consultant/developer      ()  ASCII Ribbon Campaign
 http://foo.keybit.net/~strk/services.html  /\  Keep it simple! 




reply via email to

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