X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=ccd28dadd62b2e37a2b9350414a3036bbd7841d0;hp=3b540c0b84a8ca081bce71a3dd1015f42fb8b97b;hb=837cd1ab890645d9fd7d0d85139fdf076d987ea4;hpb=a7967902aa937e91d35767b3eba2b77343e8b822 diff --git a/mp3_afh.c b/mp3_afh.c index 3b540c0b..ccd28dad 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -68,7 +68,7 @@ static const int mp3info_bitrate[2][3][14] = { static const int frame_size_index[] = {24000, 72000, 72000}; static const char *mode_text[] = {"stereo", "joint stereo", "dual channel", "mono", "invalid"}; -#ifdef HAVE_LIBID3TAG +#ifdef HAVE_ID3TAG #include @@ -183,7 +183,7 @@ static int mp3_get_id3(unsigned char *map, size_t numbytes, __a_unused int fd, return ret; } -#else /* HAVE_LIBID3TAG */ +#else /* HAVE_ID3TAG */ /* * Remove trailing whitespace from the end of a string @@ -233,7 +233,7 @@ static int mp3_get_id3(unsigned char *map, size_t numbytes, __a_unused int fd, tags->comment = para_strdup(comment); return 1; } -#endif /* HAVE_LIBID3TAG */ +#endif /* HAVE_ID3TAG */ static int header_frequency(struct mp3header *h) {