Mercurial > audlegacy
comparison src/audacious/pluginenum.h @ 4531:cbb1f66d8971
Fix PLUGIN_FILENAME() behaviour to not include lib on the front.
This is related to the Ubuntu PulseAudio disaster.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 05 May 2008 07:48:56 -0500 |
| parents | 2b7a74fce100 |
| children | 2eee464379dc |
comparison
equal
deleted
inserted
replaced
| 4530:d2fd41d3964e | 4531:cbb1f66d8971 |
|---|---|
| 26 #define PLUGINENUM_H | 26 #define PLUGINENUM_H |
| 27 | 27 |
| 28 #include <glib.h> | 28 #include <glib.h> |
| 29 #include "config.h" | 29 #include "config.h" |
| 30 | 30 |
| 31 #define PLUGIN_FILENAME(name) ("lib" name SHARED_SUFFIX) | 31 #define PLUGIN_FILENAME(name) (name SHARED_SUFFIX) |
| 32 | 32 |
| 33 void plugin_system_init(void); | 33 void plugin_system_init(void); |
| 34 void plugin_system_cleanup(void); | 34 void plugin_system_cleanup(void); |
| 35 | 35 |
| 36 extern const gchar *plugin_dir_list[]; | 36 extern const gchar *plugin_dir_list[]; |
