Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-12-11 10:03:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-11 10:03:56 +0400
commit751228a88164c15f6dbae9a3c6c4f1d59a8abc8f (patch)
tree0a0324934386f0606636ffc4f738e9ae86c16283
parentdecffdc556794541ba0a724c9d4eff052e6a53b5 (diff)
Merge in fix for building with cmake, doesn't effect our own builds, just means cmake will work with the source tarball.v2.65
svn merge ^/trunk/blender -r52863:52864
-rw-r--r--intern/audaspace/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt
index 91b0549f742..ec66cffea3b 100644
--- a/intern/audaspace/CMakeLists.txt
+++ b/intern/audaspace/CMakeLists.txt
@@ -33,6 +33,7 @@ set(INC_SYS
set(SRC
FX/AUD_AccumulatorFactory.cpp
+ FX/AUD_BandpassCalculator.cpp
FX/AUD_BaseIIRFilterReader.cpp
FX/AUD_ButterworthCalculator.cpp
FX/AUD_ButterworthFactory.cpp
@@ -147,6 +148,7 @@ set(SRC
intern/AUD_StreamBufferFactory.h
FX/AUD_AccumulatorFactory.h
+ FX/AUD_BandpassCalculator.h
FX/AUD_BaseIIRFilterReader.h
FX/AUD_ButterworthCalculator.h
FX/AUD_ButterworthFactory.h