Mercurial > audlegacy-plugins
comparison src/null/null.c @ 434:7385182ae4b8 trunk
[svn] - add missing config.h inclusion for wavpack, null and metronom plugin
| author | giacomo |
|---|---|
| date | Mon, 15 Jan 2007 12:02:09 -0800 |
| parents | 5dfc0e491ad3 |
| children | d124034ebea3 |
comparison
equal
deleted
inserted
replaced
| 433:38fe08dff5cd | 434:7385182ae4b8 |
|---|---|
| 24 #include <glib/gi18n.h> | 24 #include <glib/gi18n.h> |
| 25 #include <gtk/gtk.h> | 25 #include <gtk/gtk.h> |
| 26 #include <audacious/plugin.h> | 26 #include <audacious/plugin.h> |
| 27 #include <audacious/util.h> | 27 #include <audacious/util.h> |
| 28 #include <audacious/configdb.h> | 28 #include <audacious/configdb.h> |
| 29 #include "../../config.h" | |
| 29 | 30 |
| 30 static GTimer *timer; | 31 static GTimer *timer; |
| 31 static gulong offset_time, written; | 32 static gulong offset_time, written; |
| 32 static gint bps; | 33 static gint bps; |
| 33 static gboolean real_time = TRUE; | 34 static gboolean real_time = TRUE; |
