Mercurial > audlegacy-plugins
comparison src/null/null.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 | f1b6f1b2cdb3 |
| children | 3f47065d84be |
comparison
equal
deleted
inserted
replaced
| 2970:57d499fc5056 | 2971:3134a0987162 |
|---|---|
| 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 21 */ | 21 */ |
| 22 #include "config.h" | 22 #include "config.h" |
| 23 #include <glib.h> | 23 #include <glib.h> |
| 24 #include <gtk/gtk.h> | 24 #include <gtk/gtk.h> |
| 25 #include <audacious/plugin.h> | 25 #include <audlegacy/plugin.h> |
| 26 #include <audacious/i18n.h> | 26 #include <audlegacy/i18n.h> |
| 27 | 27 |
| 28 static GTimer *timer; | 28 static GTimer *timer; |
| 29 static gulong offset_time, written; | 29 static gulong offset_time, written; |
| 30 static gint bps; | 30 static gint bps; |
| 31 static gboolean real_time = TRUE; | 31 static gboolean real_time = TRUE; |
