Re: [Mlt-devel] Compilation breakdown
Brought to you by:
ddennedy,
lilo_booter
|
From: Dan D. <da...@de...> - 2009-03-09 23:22:17
|
On Mon, Mar 9, 2009 at 3:44 PM, jb <j-...@us...> wrote: > On Monday 09 March 2009 11:47:39 Mads Bondo Dydensborg wrote: >> Just to confirm, and add that I think ffmpeg has changed some interface >> somewhere. (Got reports from wizard builders, using slightly older ffmpeg >> rev. works). > > Hi! > > Attached is a patch that should solve compilation and remain compatible with > older FFmpeg version... Dan, I let you have a look. +#if LIBAVUTIL_VERSION_INT < (50<<16) +#define PIX_FMT_UYVY411 PIX_FMT_UYYVYY411 +#define PIX_FMT_RGBA32 PIX_FMT_RGB32 +#define PIX_FMT_YUV422 PIX_FMT_YUYV422 +#endif These are backwards as you are using _YUYV422 in the code now, which is equivalent to the older _YUV422. I appreciate the patch. I updated a system today using the wizard, but I did not run into this problem. I wonder why. -- +-DRD-+ |