Re: [MP3 ENCODER] new common macro

2000-06-23 Thread Osamu Shigematsu
on 00.6.24 0:27 AM, Iwasa Kazmi at [EMAIL PROTECTED] wrote: lame_errorf() was added in util.c. I intend to replace fprintf(),printf(),assert() and exit() with these macros. That's really what I have been needed! Thanks a lot! I can easily replace printf() to my GUI error handle function.

Re: [MP3 ENCODER] new common macro

2000-06-23 Thread Iwasa Kazmi
From: Mark Taylor [EMAIL PROTECTED] Subject: Re: [MP3 ENCODER] new common macro Date: Fri, 23 Jun 2000 11:09:03 -0600 Hi all, I added some macros in util.h. These look great! But one small complaint: do we really need a LAME_ASSERT macro for assert? assert is already a macro