# HG changeset patch # User nenolod # Date 1162337346 28800 # Node ID 4095ceb0440b2b57ad690105c70713bbbf62dc76 # Parent 8e854d1433d10de8657ad822404afc5a74ed0e95 [svn] - fix libmodplug references diff -r 8e854d1433d1 -r 4095ceb0440b ChangeLog --- a/ChangeLog Tue Oct 31 14:13:43 2006 -0800 +++ b/ChangeLog Tue Oct 31 15:29:06 2006 -0800 @@ -1,3 +1,12 @@ +2006-10-31 22:13:43 +0000 William Pitcock + revision [320] + - add quakingscope paranormal preset (fairly complex colourmap/branched execution example) + + trunk/src/paranormal/presets/Makefile | 3 - + trunk/src/paranormal/presets/nenolod_-_quakingscope.pnv | 37 ++++++++++++++++ + 2 files changed, 39 insertions(+), 1 deletion(-) + + 2006-10-31 21:32:55 +0000 William Pitcock revision [318] - more presets diff -r 8e854d1433d1 -r 4095ceb0440b src/modplug/modplugbmp.cxx --- a/src/modplug/modplugbmp.cxx Tue Oct 31 14:13:43 2006 -0800 +++ b/src/modplug/modplugbmp.cxx Tue Oct 31 15:29:06 2006 -0800 @@ -9,8 +9,8 @@ #include #include "modplugbmp.h" -#include -#include +#include "stdafx.h" +#include "sndfile.h" #include "stddefs.h" #include "archive/open.h" #include "audacious/configdb.h" diff -r 8e854d1433d1 -r 4095ceb0440b src/modplug/plugin.cxx --- a/src/modplug/plugin.cxx Tue Oct 31 14:13:43 2006 -0800 +++ b/src/modplug/plugin.cxx Tue Oct 31 15:29:06 2006 -0800 @@ -5,7 +5,7 @@ */ #include "audacious/plugin.h" -#include +#include "modplug.h" #include "gui/main.h" extern InputPlugin gModPlug; diff -r 8e854d1433d1 -r 4095ceb0440b src/modplug/sndfile.cxx --- a/src/modplug/sndfile.cxx Tue Oct 31 14:13:43 2006 -0800 +++ b/src/modplug/sndfile.cxx Tue Oct 31 15:29:06 2006 -0800 @@ -6,8 +6,8 @@ */ #include //for GCCFIX -#include -#include +#include "stdafx.h" +#include "sndfile.h" #define MMCMP_SUPPORT diff -r 8e854d1433d1 -r 4095ceb0440b src/modplug/sndmix.cxx --- a/src/modplug/sndmix.cxx Tue Oct 31 14:13:43 2006 -0800 +++ b/src/modplug/sndmix.cxx Tue Oct 31 15:29:06 2006 -0800 @@ -4,8 +4,8 @@ * Authors: Olivier Lapicque */ -#include -#include +#include "stdafx.h" +#include "sndfile.h" #ifdef MODPLUG_TRACKER #define ENABLE_STEREOVU diff -r 8e854d1433d1 -r 4095ceb0440b src/modplug/tables.cxx --- a/src/modplug/tables.cxx Tue Oct 31 14:13:43 2006 -0800 +++ b/src/modplug/tables.cxx Tue Oct 31 15:29:06 2006 -0800 @@ -4,8 +4,8 @@ * Authors: Olivier Lapicque */ -#include -#include +#include "stdafx.h" +#include "sndfile.h" #ifndef MODPLUG_FASTSOUNDLIB //#pragma data_seg(".tables")