Mercurial > audlegacy-plugins
comparison src/sndfile/plugin.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 | 4d778b7a19c6 |
comparison
equal
deleted
inserted
replaced
| 2970:57d499fc5056 | 2971:3134a0987162 |
|---|---|
| 32 | 32 |
| 33 #include <glib.h> | 33 #include <glib.h> |
| 34 #include <string.h> | 34 #include <string.h> |
| 35 #include <math.h> | 35 #include <math.h> |
| 36 | 36 |
| 37 #include <audacious/plugin.h> | 37 #include <audlegacy/plugin.h> |
| 38 #include <audacious/i18n.h> | 38 #include <audlegacy/i18n.h> |
| 39 #include <audacious/output.h> | 39 #include <audlegacy/output.h> |
| 40 #include "plugin.h" | 40 #include "plugin.h" |
| 41 | 41 |
| 42 #include <sndfile.h> | 42 #include <sndfile.h> |
| 43 | 43 |
| 44 static SNDFILE *sndfile = NULL; | 44 static SNDFILE *sndfile = NULL; |
