[MPlayer-cvslog] r32295 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Sep 18 17:51:31 CEST 2010


On Sat, Sep 18, 2010 at 05:11:41PM +0200, Diego Biurrun wrote:
> Index: configure
> ===================================================================
> --- configure	(revision 32303)
> +++ configure	(working copy)
> @@ -5317,7 +5327,6 @@
>  echocheck "Windows waveout"
>  if test "$_win32waveout" = auto ; then
>    cat > $TMPC << EOF
> -#include <windows.h>
>  #include <mmsystem.h>
>  int main(void) { return 0; }
>  EOF
> @@ -5337,7 +5346,6 @@
>  echocheck "Direct3D"
>  if test "$_direct3d" = auto ; then
>    cat > $TMPC << EOF
> -#include <windows.h>
>  #include <d3d9.h>
>  int main(void) { return 0; }
>  EOF
> @@ -5356,7 +5364,6 @@
>  echocheck "Directx"
>  if test "$_directx" = auto ; then
>    cat > $TMPC << EOF
> -#include <windows.h>
>  #include <ddraw.h>
>  #include <dsound.h>

There exist two or more variants of those headers,
and I currently have none of them on my Windows
system.

> @@ -5922,7 +5929,6 @@
>    _bluray=no
>  
>    cat > $TMPC << EOF
> -#include <stdlib.h>
>  #include <libbluray/bluray.h>
>  int main(void) { BLURAY_TITLE_INFO *i = bd_get_title_info(NULL, 0); return 0; }

This should be completely unrelated to Windows.
And I've never even tried libbluray.


More information about the MPlayer-cvslog mailing list