Displaying 2 results from an estimated 2 matches for "keyn0001en".
2004 Sep 10
0
Re: id3v2 problem
...Daisuke Shimamura
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> _______________________________________________
> Flac-dev mailing list
> Flac-dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flac-dev
--
Daisuke Shimamura
2004 Sep 10
3
id3v2 problem
Hi Josh,
I found id3v2 didn't work on v1.1.0. I checked source codes, macros- (in
such cases as FLAC_HAVE_ID3LIB) ware moved to config.h. That is good.
But the place to do include is the after of #ifdef FLAC_HAVE_ID3LIB.
The result of configure script isn't reflected. And it doesn't always
have id3lib with this.
Move place of 'include "config.h"' to the top. I