Mercurial > audlegacy
changeset 1882:8c9ce5aa6320 trunk
[svn] - SHARED_SUFFIX includes the dot
author | nenolod |
---|---|
date | Sat, 14 Oct 2006 21:01:33 -0700 |
parents | a84bdca5b5c1 |
children | 5f0266d393b8 |
files | ChangeLog audacious/pluginenum.h |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [2717] - remove comment about remote access as there's no GUI options exposed for it in audacious
--- 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 <glib.h> #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);