Mercurial > audlegacy
diff ChangeLog @ 1698:e951086a47a8 trunk
[svn] - remove sqlite
- remove incomplete library code
author | nenolod |
---|---|
date | Fri, 15 Sep 2006 14:30:28 -0700 |
parents | e4d9d2657d9a |
children | 19406038eb35 |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 15 08:01:40 2006 -0700 +++ b/ChangeLog Fri Sep 15 14:30:28 2006 -0700 @@ -1,3 +1,15 @@ +2006-09-15 15:01:40 +0000 Jonathan Schleifer <js@h3c.de> + revision [2331] + This adds -lossaudio to the OSS and esd plugin on platforms having that libs. With this, Audacious finally build & runs perfectly on OpenBSD. + + + Changes: Modified: + +1 -1 trunk/Plugins/Output/OSS/Makefile.in + +1 -1 trunk/Plugins/Output/esd/Makefile.in + +18 -0 trunk/configure.ac + +1 -0 trunk/mk/rules.mk.in + + 2006-09-15 14:46:49 +0000 William Pitcock <nenolod@nenolod.net> revision [2329] - DND fixes