[MPlayer-users] Not showing win32 error when explicitly disabling it

André Dahlqvist andre.dahlqvist at telia.com
Tue Oct 23 17:26:09 CEST 2001


André Dahlqvist <andre.dahlqvist at telia.com> wrote:
> Arpi <arpi at thot.banki.hu> wrote:
> 
> > you're right. send a patch.
> 
> Good. Below is the patch:
> 
> --- configure~	Tue Oct 23 17:18:47 2001
> +++ configure	Tue Oct 23 17:18:30 2001
> @@ -1378,6 +1378,7 @@
>    --disable-win32)
>          _win32dll=no
>          _dshow=no # no dshow without win32dlls
> +        _win32libdirnotify=no
>  	;;
>    --disable-dshow)
>          _dshow=no
> -- 

Sadly that will print "Ok, found Win32 codecs directory at..." because
of the below logic (whitespace damage because of copy-paste):

if test "$host_arch" = "i386" ; then
  if test "$_win32libdirnotify" = yes ; then
      cat <<EOF
	  Failed to find a WIN32 codecs dir at $_win32libdir!
	  Create it and copy the DLL files there! (You can get them from
	  your windows
	  directory or download them from:
	    ftp://ftp.MPlayerHQ.hu/MPlayer/releases/w32codec.zip
		EOF
		  else
		      echo "Ok, found Win32 codecs directory at $_win32libdir."
			    fi

I have to study now though, so I don't have time to fix it now:-)
-- 

André Dahlqvist <andre.dahlqvist at telia.com>



More information about the MPlayer-users mailing list