comparison src/wavpack/tags.cxx @ 2971:3134a0987162

- changed include path from audacious to audlegacy. - changed include path for libSAD.h.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 02:55:04 +0900
parents bd3a24b39058
children
comparison
equal deleted inserted replaced
2970:57d499fc5056 2971:3134a0987162
2 #include <stdio.h> 2 #include <stdio.h>
3 #include <string.h> 3 #include <string.h>
4 #include <unistd.h> 4 #include <unistd.h>
5 #include <fcntl.h> 5 #include <fcntl.h>
6 #include <wchar.h> 6 #include <wchar.h>
7 #include <audacious/plugin.h> 7 #include <audlegacy/plugin.h>
8 #include "tags.h" 8 #include "tags.h"
9 9
10 static const char* GenreList [] = { 10 static const char* GenreList [] = {
11 "Blues", "Classic Rock", "Country", "Dance", "Disco", "Funk", "Grunge", 11 "Blues", "Classic Rock", "Country", "Dance", "Disco", "Funk", "Grunge",
12 "Hip-Hop", "Jazz", "Metal", "New Age", "Oldies", "Other", "Pop", "R&B", 12 "Hip-Hop", "Jazz", "Metal", "New Age", "Oldies", "Other", "Pop", "R&B",