Mercurial > audlegacy-plugins
comparison src/audiocompress/audacious-glue.c @ 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 |
---|---|
6 | 6 |
7 #include <stdio.h> | 7 #include <stdio.h> |
8 #include <stdlib.h> | 8 #include <stdlib.h> |
9 #include <string.h> | 9 #include <string.h> |
10 #include <gtk/gtk.h> | 10 #include <gtk/gtk.h> |
11 #include <audacious/i18n.h> | 11 #include <audlegacy/i18n.h> |
12 #include <audacious/plugin.h> | 12 #include <audlegacy/plugin.h> |
13 | 13 |
14 #include "audiocompress_config.h" | 14 #include "audiocompress_config.h" |
15 #include "compress.h" | 15 #include "compress.h" |
16 | 16 |
17 typedef struct { | 17 typedef struct { |