[FFmpeg-devel] [PATCH] VP8 de/encode via libvpx

Diego Biurrun diego
Tue May 25 11:49:46 CEST 2010


On Mon, May 24, 2010 at 11:16:07PM -0400, David Conrad wrote:
> On May 21, 2010, at 5:50 PM, James Zern wrote:
> 
> > --- libavcodec/libvpxdec.c	(revision 0)
> > +++ libavcodec/libvpxdec.c	(revision 0)
> > @@ -0,0 +1,128 @@
> > 
> > [...]
> > 
> > +#define VPX_CODEC_DISABLE_COMPAT 1
> > +#include <vpx_decoder.h>
> > +#include <vp8dx.h>
> 
> libvpx's make install target puts these headers in a vpx subdirectory, should ffmpeg be changed to match?

Yes.

It's suboptimal if you require special -I flags to build.

Diego



More information about the ffmpeg-devel mailing list