[MPlayer-dev-eng] Re: libfaad2 updates

Diego Biurrun diego at biurrun.de
Wed May 12 01:13:23 CEST 2004


adland writes:
> I dont even have MinGW installed yet myself.
> I did install cygwin a few days back
> Will work on doing this soon but no time now.

I'm on it...

> +  #if defined(_WIN32) && !defined(__MINGW__)

This should be __MINGW32__.

> -  #elif (defined(__i386__) && defined(__GNUC__))
> +  #elif (defined(__i386__) && defined(__GNUC__)) || defined(__MINGW__)

And this should probably be && !defined(__MINGW32__)

I had to move the

  typedef float float32_t

out of the #if 0 in common.h and add  && !defined(__MINGW32__) to
bits.h, now it compiles on MinGW as well.

I've taken the latest version of your patch and updated it with those
changes as well as an update to configure.  This should be complete
now.

http://www.mplayerhq.hu/~diego/libfaad_20.patch.bz2

Diego




More information about the MPlayer-dev-eng mailing list