[MPlayer-cvslog] r32365 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Sep 27 06:47:55 CEST 2010


On Sun, Sep 26, 2010 at 08:24:14PM +0200, diego wrote:
> Author: diego
> Date: Sun Sep 26 20:24:14 2010
> New Revision: 32365
> 
> Log:
> Simplify Windows waveout test with header_check_broken().
> 
> Modified:
>    trunk/configure
> 
> Modified: trunk/configure
> ==============================================================================
> --- 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.


More information about the MPlayer-cvslog mailing list