[FFmpeg-devel] [FFmpeg-cvslog] r23303 - in trunk: Changelog configure doc/general.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/libvpxdec.c

Aurelien Jacobs aurel
Wed May 26 19:06:52 CEST 2010


On Wed, May 26, 2010 at 12:59:18PM -0400, Ronald S. Bultje wrote:
> Hi,
> 
> On Mon, May 24, 2010 at 9:19 PM, cehoyos <subversion at mplayerhq.hu> wrote:
> > Author: cehoyos
> > Date: Tue May 25 03:19:08 2010
> > New Revision: 23303
> >
> > Log:
> > VP8 decoding via libvpx.
> 
> [to: ffmpeg-devel]
> 
> CC	libavcodec/libvpxdec.o
> In file included from /usr/include/inttypes.h:255,
>                  from ./libavutil/common.h:31,
>                  from ./libavutil/avutil.h:81,
>                  from libavcodec/avcodec.h:30,
>                  from libavcodec/libvpxdec.c:30:
> /usr/lib/gcc/i686-apple-darwin10/4.2.1/include/stdint.h:89: error:
> conflicting types for ?uintptr_t?
> /opt/local/include/vpx/vpx_integer.h:47: error: previous declaration
> of ?uintptr_t? was here
> libavcodec/libvpxdec.c:33: error: field ?decoder? has incomplete type
> libavcodec/libvpxdec.c: In function ?vp8_decode?:
> libavcodec/libvpxdec.c:79: warning: assignment from incompatible pointer type
> libavcodec/libvpxdec.c:80: error: dereferencing pointer to incomplete type
> libavcodec/libvpxdec.c:80: error: ?VPX_IMG_FMT_I420? undeclared (first
                                     ^^^^^^^^^^^^^^^^
Looks like an outdated version of libvpx. Try latest git.
A check in configure to verify it is recent enough would certainly be
helpful.

Aurel



More information about the ffmpeg-devel mailing list