[MPlayer-dev-eng] [PATCH] Enhanced Video Renderer (EVR)

Diego Biurrun diego at biurrun.de
Wed Feb 2 15:07:42 CET 2011


On Wed, Feb 02, 2011 at 03:08:00PM +0200, Georgi Petrov wrote:
> On Wed, Feb 2, 2011 at 2:50 PM, Diego Biurrun <diego at biurrun.de> wrote:
> > On Fri, Jan 28, 2011 at 11:44:09PM +0200, Georgi Petrov wrote:
> >>
> >> I'm trying with the first patch, as simple as possible. Please take a
> >> look when you have time and point the things that may require changes.
> >>
> >> --- configure (revision 32826)
> >> +++ configure (working copy)
> >> @@ -5202,6 +5206,20 @@
> >>
> >> +echocheck "EVR"
> >> +if test "$_evr" = auto ; then
> >> +  _evr=no
> >> +  header_check evr.h && _evr=yes
> >
> > What is the situation regarding the evr.h header?  Is it stable or are
> > you still making changes to it?  If it is stable this check is enough.
> > If there are incompatible changes you depend on you might wish to make
> > a more specific check for a required part of the header.
> 
> I'm just beginning to make changes. It is nowhere near stable, as it
> is completely untested. I was using a heavily modified Microsoft's
> header until lately. I would like to to check a version of the header
> for the future, but the current one doesn't define any. I'm sure that
> soon I it will, but I have to coordinate with mingw-w64 how to do it
> exactly. May be something like #define EVR_VERSION 1000, which is
> bumped each time I make changes?

That would be a possibility.  If the header is not yet part of mingw(64)
and not widespread I think you can just assume that whatever evr.h is
available is actually the correct one.

Diego


More information about the MPlayer-dev-eng mailing list