Blender Git Commit Log

Git Commits -> Revision 7330735

Revision 7330735 by Joerg Mueller (master)
July 28, 2015, 12:01 (GMT)
Audaspace: use standalone library.

- Added the cmake configuration option WITH_EXTERNAL_AUDASPACE.
- Fixes to build without standalone library as well.

Commit Details:

Full Hash: 733073550f61cf4fbbe21aab33e9271915325109
Parent Commit: 96dd213
Lines Changed: +498, -51

4 Added Paths:

/build_files/cmake/Modules/FindAudaspace.cmake (+76, -0) (View)
/intern/audaspace/intern/AUD_PyInit.cpp (+78, -0) (View)
/intern/audaspace/intern/AUD_Set.cpp (+69, -0) (View)
/intern/audaspace/intern/AUD_Set.h (+74, -0) (View)

28 Modified Paths:

/build_files/cmake/macros.cmake (+3, -0) (Diff)
/CMakeLists.txt (+8, -0) (Diff)
/intern/audaspace/CMakeLists.txt (+30, -0) (Diff)
/source/blender/blenkernel/BKE_sound.h (+7, -1) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+7, -0) (Diff)
/source/blender/blenkernel/intern/blender.c (+0, -2) (Diff)
/source/blender/blenkernel/intern/nla.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/sound.c (+21, -9) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+6, -1) (Diff)
/source/blender/editors/sound/CMakeLists.txt (+7, -3) (Diff)
/source/blender/editors/sound/sound_ops.c (+5, -1) (Diff)
/source/blender/editors/space_graph/CMakeLists.txt (+7, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+5, -1) (Diff)
/source/blender/editors/space_sequencer/CMakeLists.txt (+7, -3) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+5, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -1) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+5, -1) (Diff)
/source/gameengine/BlenderRoutines/CMakeLists.txt (+7, -3) (Diff)
/source/gameengine/Converter/CMakeLists.txt (+7, -3) (Diff)
/source/gameengine/Converter/KX_ConvertActuators.cpp (+5, -1) (Diff)
/source/gameengine/GamePlayer/ghost/CMakeLists.txt (+7, -3) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+5, -1) (Diff)
/source/gameengine/Ketsji/CMakeLists.txt (+10, -4) (Diff)
/source/gameengine/Ketsji/KX_KetsjiEngine.cpp (+0, -4) (Diff)
/source/gameengine/Ketsji/KX_SoundActuator.cpp (+9, -2) (Diff)
/source/gameengine/Ketsji/KX_SoundActuator.h (+6, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021