�� wrote: > dear all, > when I analyse the source of lame-3.92 ,I do not find > where such as HAVE_CONFIG_H ,HAVE_MPGLIB are defined .who > can tell me how they are defined ?
HAVE_CONFIG_H gets defined on the command line of the commpiler (or something similiar in the Microsoft C project files). HAVE_MPGLIB may be defined in config.h, which gets defined either by testing for it in the configure script (Unix/POSIX systems), or by hardwiring it in the Windows case. Bye, Alexander. _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
