Mercurial > audlegacy-plugins
diff ChangeLog @ 388:ad8e44bcdf8a trunk
[svn] reverted to 844, to be re-reconsidered later
| author | giacomo |
|---|---|
| date | Sun, 17 Dec 2006 08:46:44 -0800 |
| parents | 0c50f248ed10 |
| children | 8ab5fa857f33 |
line wrap: on
line diff
--- a/ChangeLog Sun Dec 17 07:06:34 2006 -0800 +++ b/ChangeLog Sun Dec 17 08:46:44 2006 -0800 @@ -1,3 +1,60 @@ +2006-12-17 15:06:34 +0000 Giacomo Lozito <james@develia.org> + revision [846] + - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious + trunk/mk/rules.mk.in | 2 ++ + trunk/src/CoreAudio/Makefile | 4 ++-- + trunk/src/OSS/Makefile | 4 ++-- + trunk/src/aac/src/Makefile | 4 ++-- + trunk/src/adplug/Makefile | 6 +++--- + trunk/src/alac/Makefile | 3 ++- + trunk/src/alarm/Makefile | 4 ++-- + trunk/src/alsa/Makefile | 4 ++-- + trunk/src/amidi-plug/Makefile | 4 ++-- + trunk/src/arts/Makefile | 4 ++-- + trunk/src/audiocompress/Makefile | 4 ++-- + trunk/src/blur_scope/Makefile | 4 ++-- + trunk/src/cdaudio/Makefile | 3 ++- + trunk/src/console/Makefile | 4 ++-- + trunk/src/cue/Makefile | 4 ++-- + trunk/src/disk_writer/Makefile | 4 ++-- + trunk/src/echo_plugin/Makefile | 4 ++-- + trunk/src/esd/Makefile | 4 ++-- + trunk/src/flac112/Makefile | 4 ++-- + trunk/src/flac113/Makefile | 4 ++-- + trunk/src/jack/Makefile | 4 ++-- + trunk/src/ladspa/Makefile | 4 ++-- + trunk/src/lirc/Makefile | 4 ++-- + trunk/src/m3u/Makefile | 4 ++-- + trunk/src/metronom/Makefile | 3 ++- + trunk/src/modplug/Makefile | 4 ++-- + trunk/src/mpg123/Makefile | 6 +++--- + trunk/src/musepack/Makefile | 4 ++-- + trunk/src/null/Makefile | 3 ++- + trunk/src/paranormal/Makefile | 4 ++-- + trunk/src/pls/Makefile | 4 ++-- + trunk/src/projectm/Makefile | 4 ++-- + trunk/src/pulse_audio/Makefile | 4 ++-- + trunk/src/rocklight/Makefile | 4 ++-- + trunk/src/scrobbler/Makefile | 4 ++-- + trunk/src/sexypsf/Makefile | 4 ++-- + trunk/src/sid/Makefile | 6 +++--- + trunk/src/song_change/Makefile | 4 ++-- + trunk/src/spectrum/Makefile | 4 ++-- + trunk/src/stdio/Makefile | 4 ++-- + trunk/src/stereo_plugin/Makefile | 4 ++-- + trunk/src/sun/Makefile | 4 ++-- + trunk/src/timidity/src/Makefile | 4 ++-- + trunk/src/tonegen/Makefile | 3 ++- + trunk/src/tta/Makefile | 6 +++--- + trunk/src/voice_removal/Makefile | 4 ++-- + trunk/src/vorbis/Makefile | 4 ++-- + trunk/src/wav/Makefile | 4 ++-- + trunk/src/wavpack/Makefile | 4 ++-- + trunk/src/wma/Makefile | 4 ++-- + trunk/src/xspf/Makefile | 4 ++-- + 51 files changed, 106 insertions(+), 99 deletions(-) + + 2006-12-16 10:56:32 +0000 Giacomo Lozito <james@develia.org> revision [844] - updated m3u.c, xspf.c, pls.c to use the playlist->mutex and no more playlist_get
