----- Original Message -----
From: Mark Taylor <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 25, 1999 4:40 PM
Subject: Re: [MP3 ENCODER] LAME 3.29


> I think you can fix it by just adding
>
> int gtkflag=0;
>
> to the top of common.c.

That would cause problems, because gtkflag is also defined in musicin.c. The
solution I used in the end was to move the declaration of gtkflag in
gtkanal.h outside the #ifdef HAVEGTK block. That's the wrong way round, but
easier than adding #ifdefs around all other occurrences of gtkflag.

-- Mat.


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to