# HG changeset patch # User nenolod # Date 1160884893 25200 # Node ID 8c9ce5aa632056cc9590e93c5324ade90cc9d993 # Parent a84bdca5b5c1c5e18c43d1196eb40fd90a26d495 [svn] - SHARED_SUFFIX includes the dot diff -r a84bdca5b5c1 -r 8c9ce5aa6320 ChangeLog --- a/ChangeLog Sat Oct 14 20:58:52 2006 -0700 +++ b/ChangeLog Sat Oct 14 21:01:33 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-15 03:58:52 +0000 William Pitcock + revision [2719] + - use SHARED_SUFFIX for PLUGIN_FILENAME(). + + trunk/audacious/pluginenum.h | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + + 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 diff -r a84bdca5b5c1 -r 8c9ce5aa6320 audacious/pluginenum.h --- a/audacious/pluginenum.h Sat Oct 14 20:58:52 2006 -0700 +++ b/audacious/pluginenum.h Sat Oct 14 21:01:33 2006 -0700 @@ -24,7 +24,7 @@ #include #include "config.h" -#define PLUGIN_FILENAME(name) ("lib" name "." SHARED_SUFFIX) +#define PLUGIN_FILENAME(name) ("lib" name SHARED_SUFFIX) void plugin_system_init(void); void plugin_system_cleanup(void);