X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fid3.c;h=4b46b96b5eb874b92f6fe67148ef8bdce0ffb0b2;hb=35fe99152b260a0df305e07bd7e33a1888f26b25;hp=cd38528da39291d32053640a6ab851b04821ca7f;hpb=bc5b984f3df38d651b9e6e6488f8fb75ad5858b0;p=hvgrip.git diff --git a/src/id3.c b/src/id3.c index cd38528..4b46b96 100644 --- a/src/id3.c +++ b/src/id3.c @@ -219,6 +219,11 @@ typedef struct _id3_tag { #ifdef HAVE_ID3V2 +/* + * id3lib, in a very stupid way, has a public bool typedef. + * This creates a compilation error if we are including + */ +#undef bool #include /* Things you might want to mess with. Surprisingly, the code will probably