[MPlayer-cvslog] r32365 - trunk/configure

Diego Biurrun diego at biurrun.de
Mon Sep 27 10:16:05 CEST 2010


On Mon, Sep 27, 2010 at 06:47:55AM +0200, Reimar Döffinger wrote:
> On Sun, Sep 26, 2010 at 08:24:14PM +0200, diego wrote:
> > 
> > Log:
> > Simplify Windows waveout test with header_check_broken().
> > 
> > --- trunk/configure	Sun Sep 26 20:23:04 2010	(r32364)
> > +++ trunk/configure	Sun Sep 26 20:24:14 2010	(r32365)
> > @@ -5316,13 +5316,8 @@ if win32; then
> >  
> >  echocheck "Windows waveout"
> >  if test "$_win32waveout" = auto ; then
> > -  cat > $TMPC << EOF
> > -#include <windows.h>
> > -#include <mmsystem.h>
> > -int main(void) { return 0; }
> > -EOF
> >    _win32waveout=no
> > -  cc_check -lwinmm && _win32waveout=yes
> > +  header_check_broken windows.h mmsystem.h -lwinmm && _win32waveout=yes
> 
> Interesting, does that one really need an extra windows.h include?
> Strange.

According to the config.logs that Compn showed me from his test runs
- yes.

Diego


More information about the MPlayer-cvslog mailing list