[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25604] trunk/blender/intern/audaspace: Makefiles: fix audaspace include paths

Stefan Gartner stefang at aon.at
Tue Dec 29 10:56:12 CET 2009


Revision: 25604
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25604
Author:   sgefant
Date:     2009-12-29 10:56:11 +0100 (Tue, 29 Dec 2009)

Log Message:
-----------
Makefiles: fix audaspace include paths

Modified Paths:
--------------
    trunk/blender/intern/audaspace/fftw/Makefile
    trunk/blender/intern/audaspace/intern/Makefile
    trunk/blender/intern/audaspace/sndfile/Makefile

Modified: trunk/blender/intern/audaspace/fftw/Makefile
===================================================================
--- trunk/blender/intern/audaspace/fftw/Makefile	2009-12-29 01:12:54 UTC (rev 25603)
+++ trunk/blender/intern/audaspace/fftw/Makefile	2009-12-29 09:56:11 UTC (rev 25604)
@@ -39,3 +39,4 @@
 CPPFLAGS += -I../FX
 CPPFLAGS += -I..
 CPPFLAGS += -I.
+CPPFLAGS += -I$(BF_FFTW3)/include

Modified: trunk/blender/intern/audaspace/intern/Makefile
===================================================================
--- trunk/blender/intern/audaspace/intern/Makefile	2009-12-29 01:12:54 UTC (rev 25603)
+++ trunk/blender/intern/audaspace/intern/Makefile	2009-12-29 09:56:11 UTC (rev 25604)
@@ -59,9 +59,10 @@
 ifeq ($(WITH_SNDFILE),true)
 	CPPFLAGS += -DWITH_SNDFILE
 	CPPFLAGS += -I../sndfile
+	CPPFLAGS += -I$(NAN_SNDFILE)/include
 endif
 
-CPPFLAGS += -I$(LCGDIR)/samplerate/include/
+CPPFLAGS += -I$(NAN_SAMPLERATE)/include/
 CPPFLAGS += -I../ffmpeg
 CPPFLAGS += -I../FX
 CPPFLAGS += -I../SDL

Modified: trunk/blender/intern/audaspace/sndfile/Makefile
===================================================================
--- trunk/blender/intern/audaspace/sndfile/Makefile	2009-12-29 01:12:54 UTC (rev 25603)
+++ trunk/blender/intern/audaspace/sndfile/Makefile	2009-12-29 09:56:11 UTC (rev 25604)
@@ -35,6 +35,7 @@
 
 CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
 
+CPPFLAGS += -I$(NAN_SNDFILE)/include
 CPPFLAGS += -I../intern
 CPPFLAGS += -I..
 CPPFLAGS += -I.





More information about the Bf-blender-cvs mailing list