[MPlayer-dev-eng] [PATCH] enable dll codec support for mingw32 and cygwin

Diego Biurrun diego at biurrun.de
Mon Apr 28 14:14:56 CEST 2003


Sascha Sommer wrote:
> configure.patch enables real, qtx, dshow, acm, dmo and vfw for mingw and
> cygwin
> Please doublecheck before applying.

 > @@ -4216,12 +4224,17 @@
 >    _real=no
 >    if test "$_dl" = yes || test "$_win32" = yes ; then
 >  #  if test "$_dl" = yes  ; then
 > -    if linux || freebsd || netbsd || cygwin ; then
 > +    if linux || freebsd || netbsd || cygwin || mingw32 ; then
 >        _real=yes
 >      else
 > -      echores "no (tested only on Linux/FreeBSD/NetBSD/CygWin)"
 > +      echores "no (tested only on Linux/FreeBSD/NetBSD/CygWin/MINGW32)"

The system is now called MinGW and not mingw32 any longer, see

http://www.mingw.org/mingwfaq.shtml#faq-what

I think this is the name we should use.  That's why I also dislike 
mingw32 as function name, it should be just mingw.

Oh, and it is Cygwin, not CygWin...

One more thing, configure still spits out the following message:

   NOTE: Win32 codec DLLs are not supported on your CPU (i386) or your
   operating system (CYGWIN). Why don't you help us port it?
   You may encounter a few AVI files that cannot be played due to missing
   Open Source video/audio codec support.

But don't worry about that, I'll make an updated patch later today.

Diego




More information about the MPlayer-dev-eng mailing list