Mercurial > audlegacy-plugins
changeset 294:60b7388105ba trunk
[svn] - i hate the world.
author | nenolod |
---|---|
date | Wed, 22 Nov 2006 15:29:31 -0800 |
parents | 4f5983e02cbd |
children | 795d83dcfdb7 |
files | ChangeLog src/wavpack/ui.cxx |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Nov 22 14:52:47 2006 -0800 +++ b/ChangeLog Wed Nov 22 15:29:31 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-22 22:52:47 +0000 William Pitcock <nenolod@nenolod.net> + revision [636] + - hook up scope + + trunk/src/paranormal/builtins.c | 2 ++ + 1 file changed, 2 insertions(+) + + 2006-11-22 22:52:05 +0000 William Pitcock <nenolod@nenolod.net> revision [634] - Scope implementation, not yet hooked up.
--- a/src/wavpack/ui.cxx Wed Nov 22 14:52:47 2006 -0800 +++ b/src/wavpack/ui.cxx Wed Nov 22 15:29:31 2006 -0800 @@ -4,8 +4,8 @@ #include <stdlib.h> #include <pthread.h> #include <unistd.h> +extern "C" { #include <wavpack/wavpack.h> -extern "C" { #include <audacious/plugin.h> #include <audacious/configdb.h> #include <audacious/titlestring.h>