[FFmpeg-cvslog] r23307 - trunk/libavcodec/libvpxdec.c

Martin Storsjö martin
Tue May 25 11:01:49 CEST 2010


On Tue, 25 May 2010, cehoyos wrote:

> Log:
> Headers for libvpx are installed into vpx subdirectory.
> 
> Modified:
>    trunk/libavcodec/libvpxdec.c
> 
> Modified: trunk/libavcodec/libvpxdec.c
> ==============================================================================
> --- trunk/libavcodec/libvpxdec.c	Tue May 25 09:26:21 2010	(r23306)
> +++ trunk/libavcodec/libvpxdec.c	Tue May 25 10:58:14 2010	(r23307)
> @@ -24,8 +24,8 @@
>   */
>  
>  #define VPX_CODEC_DISABLE_COMPAT 1
> -#include <vpx_decoder.h>
> -#include <vp8dx.h>
> +#include <vpx/vpx_decoder.h>
> +#include <vpx/vp8dx.h>
>  

The same change needs to be made to the configure script, too.

// Martin



More information about the ffmpeg-cvslog mailing list