[Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

Christian König deathsimple at vodafone.de
Thu Jul 14 07:05:34 PDT 2011


Hi Emeric,

thanks for the tip, I've added "xorg-server" development files to the
dependencies list and pushed it.

I've just take a look over your VP8 code, looks quite good so far, just
some side notes:
1.) regarding the picture parameter to decode_bitstream: Don't hack
around my bugs, just leave me a note so I can fix them. This parameter
should be of type pipe_picture_desc indeed, not
pipe_mpeg12_picture_desc.

2.) regarding VL_MAX_REF_FRAMES: Try to avoid defining a
VP8_VL_MAX_REF_FRAMES, just increase the value currently there. If
that's breaking something then leave me a note to fix it.

Don't hesitate to ask if you have any questions.

Regards,
Christian.

Am Donnerstag, den 14.07.2011, 15:17 +0200 schrieb ★ Emeric:
> Hi Christian,
> I don't know if that deserve a check in the autoconf, but the XvMC
> state tracker requires this #include <xorg/fourcc.h> from the xorg
> server development package.
> Someone had the problem on the #mesa-devel channel, and could not get
> mesa to build with --enable-xvmc because of it, so I guess this is a
> new dependency.
> 
> Emeric
> 
> 2011/7/14 Christian König <deathsimple at vodafone.de>
> >
> > Hello list,
> >
> > I'm about to commit the attached patches, they add checks that the
> > correct development packages are installed before enabling the different
> > state trackers.
> >
> > Since me and autoconf are in a fight for several years now please take a
> > look and check that I'm not doing anything stupid.
> >
> > Christian.
> >
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/mesa-dev
> >




More information about the mesa-dev mailing list