]> git.sesse.net Git - vlc/commit
Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
authorJérome Decoodt <djc@videolan.org>
Tue, 14 Feb 2006 23:59:50 +0000 (23:59 +0000)
committerJérome Decoodt <djc@videolan.org>
Tue, 14 Feb 2006 23:59:50 +0000 (23:59 +0000)
commitd8493985dcff2042fe7b659c9e759faa21253516
treeddc93c47ba17187e2b4ec59cbb592a13b7598180
parentce98868f94d5df54bc382bd5e55236a162a4492a
Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
It is built by default since it sends notifications to network (perhaps
we should only build it on macos).

msn.c: should fix a refcount issue (*not tested*)
configure.ac
modules/misc/Modules.am
modules/misc/growl.c [new file with mode: 0644]
modules/misc/msn.c