# HG changeset patch # User nenolod # Date 1160884732 25200 # Node ID a84bdca5b5c1c5e18c43d1196eb40fd90a26d495 # Parent 4e4d87ac7bd438f1f100db12677c6cd7c1049d06 [svn] - use SHARED_SUFFIX for PLUGIN_FILENAME(). diff -r 4e4d87ac7bd4 -r a84bdca5b5c1 ChangeLog --- 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 + 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 revision [2715] - add audtool(1) manpage; mostly written by Kiyoshi Aman. diff -r 4e4d87ac7bd4 -r a84bdca5b5c1 audacious/pluginenum.h --- 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 +#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);