changeset 161:4095ceb0440b trunk

[svn] - fix libmodplug references
author nenolod
date Tue, 31 Oct 2006 15:29:06 -0800
parents 8e854d1433d1
children f026de9d341c
files ChangeLog src/modplug/modplugbmp.cxx src/modplug/plugin.cxx src/modplug/sndfile.cxx src/modplug/sndmix.cxx src/modplug/tables.cxx
diffstat 6 files changed, 18 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [318]
   - more presets
--- 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 <math.h>
 
 #include "modplugbmp.h"
-#include <libmodplug/stdafx.h>
-#include <libmodplug/sndfile.h>
+#include "stdafx.h"
+#include "sndfile.h"
 #include "stddefs.h"
 #include "archive/open.h"
 #include "audacious/configdb.h"
--- 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 <libmodplug/modplug.h>
+#include "modplug.h"
 #include "gui/main.h"
 
 extern InputPlugin gModPlug;
--- 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 <math.h>       //for GCCFIX
-#include <libmodplug/stdafx.h>
-#include <libmodplug/sndfile.h>
+#include "stdafx.h"
+#include "sndfile.h"
 
 #define MMCMP_SUPPORT
 
--- 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 <olivierl@jps.net>
 */
 
-#include <libmodplug/stdafx.h>
-#include <libmodplug/sndfile.h>
+#include "stdafx.h"
+#include "sndfile.h"
 
 #ifdef MODPLUG_TRACKER
 #define ENABLE_STEREOVU
--- 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 <olivierl@jps.net>
  */
 
-#include <libmodplug/stdafx.h>
-#include <libmodplug/sndfile.h>
+#include "stdafx.h"
+#include "sndfile.h"
 
 #ifndef MODPLUG_FASTSOUNDLIB
 //#pragma data_seg(".tables")