Mercurial > audlegacy
changeset 1881:a84bdca5b5c1 trunk
[svn] - use SHARED_SUFFIX for PLUGIN_FILENAME().
author | nenolod |
---|---|
date | Sat, 14 Oct 2006 20:58:52 -0700 |
parents | 4e4d87ac7bd4 |
children | 8c9ce5aa6320 |
files | ChangeLog audacious/pluginenum.h |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Oct 14 19:01:29 2006 -0700 +++ b/ChangeLog Sat Oct 14 20:58:52 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-15 02:01:29 +0000 William Pitcock <nenolod@nenolod.net> + revision [2717] + - remove comment about remote access as there's no GUI options exposed for it in audacious + + trunk/audtool.1.in | 6 ------ + 1 file changed, 6 deletions(-) + + 2006-10-15 01:55:20 +0000 William Pitcock <nenolod@nenolod.net> revision [2715] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
--- a/audacious/pluginenum.h Sat Oct 14 19:01:29 2006 -0700 +++ b/audacious/pluginenum.h Sat Oct 14 20:58:52 2006 -0700 @@ -22,8 +22,9 @@ #define PLUGINENUM_H #include <glib.h> +#include "config.h" -#define PLUGIN_FILENAME(name) ("lib" name "." G_MODULE_SUFFIX) +#define PLUGIN_FILENAME(name) ("lib" name "." SHARED_SUFFIX) void plugin_system_init(void); void plugin_system_cleanup(void);