From: Gabriel Bouvigne <[EMAIL PROTECTED]> Subject: Re: [mp3encoder] Cannot Compile on MS VC++ 2005 Beta 2 Date: Wed, 14 Sep 2005 20:30:19 +0200
> It is likely that you are compiling the ACM or DirectShow interfaces. > Both are requiring windows.h > > However, lame.exe or libmp3lame are not requiring it. I think it is requred to compile lame.exe. There're following code in libmp3lame/machine.h #if ( defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__) ) # define WIN32_LEAN_AND_MEAN # include <windows.h> # include <float.h> # define FLOAT_MAX FLT_MAX #else machine.h is always used when compiling libmp3lame and lame.exe. -- Takehiro TOMINAGA // may the source be with you! _______________________________________________ mp3encoder mailing list [email protected] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
