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
path: root/intern
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2011-08-30 14:09:10 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-08-30 14:09:10 +0400
commit947d4a654b7ec3b7f413f2132a0524ab2e2e5c9e (patch)
tree0310e5355bff26eeca500908755fb72f346c0528 /intern
parentb3704f45c4e165618e898b5b7d1a7391ad14dc50 (diff)
Fix for [#25062] Sound Actuator - Positional Audio.
Now all sounds that are not mono but have 3D checked automatically get reduced to mono during BGE conversion time. Also removed the now unneeded function sound_get_channels and added a missing header file to audaspace's CMakeLists.txt.
Diffstat (limited to 'intern')
-rw-r--r--intern/audaspace/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt
index 8b7cb1d9e69..25510ebd2a5 100644
--- a/intern/audaspace/CMakeLists.txt
+++ b/intern/audaspace/CMakeLists.txt
@@ -116,6 +116,7 @@ set(SRC
intern/AUD_ReadDevice.h
intern/AUD_Reference.h
intern/AUD_ReferenceHandler.cpp
+ intern/AUD_ResampleFactory.h
intern/AUD_ResampleReader.cpp
intern/AUD_ResampleReader.h
intern/AUD_SequencerEntry.cpp