Mercurial > audlegacy-plugins
diff src/skins/ui_vis.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 | ed0ad7b373d3 |
| children | 963796db51ea |
line wrap: on
line diff
--- a/src/skins/ui_vis.c Tue Nov 25 23:11:16 2008 +0900 +++ b/src/skins/ui_vis.c Wed Nov 26 02:55:04 2008 +0900 @@ -28,7 +28,7 @@ #include "ui_vis.h" #include "util.h" #include "skins_cfg.h" -#include <audacious/plugin.h> +#include <audlegacy/plugin.h> static const gfloat vis_afalloff_speeds[] = { 0.34, 0.5, 1.0, 1.3, 1.6 }; static const gfloat vis_pfalloff_speeds[] = { 1.2, 1.3, 1.4, 1.5, 1.6 };
