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:
authorJoerg Mueller <nexyon@gmail.com>2011-10-02 22:08:16 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-10-02 22:08:16 +0400
commit4bafd13eaf67bb48487180b5e5c1214140f53ce5 (patch)
treeb277e932bf3f2501564cc84c3d8d5e5d19975bbb /intern/audaspace/SConscript
parenta4a09fc638e5a37a365fe24597393a4068da279d (diff)
Missed some stoff when removing libsamplerate.
Diffstat (limited to 'intern/audaspace/SConscript')
-rw-r--r--intern/audaspace/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/audaspace/SConscript b/intern/audaspace/SConscript
index 7ea82be39a5..b8d5a56a625 100644
--- a/intern/audaspace/SConscript
+++ b/intern/audaspace/SConscript
@@ -2,8 +2,8 @@
Import ('env')
-sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp') + env.Glob('SRC/*.cpp')
-incs = '. intern FX SRC ' + env['BF_PTHREADS_INC']
+sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp')
+incs = '. intern FX ' + env['BF_PTHREADS_INC']
defs = []
if env['WITH_BF_FFMPEG']: