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:
authorStefan Gartner <stefang@aon.at>2004-04-14 17:00:36 +0400
committerStefan Gartner <stefang@aon.at>2004-04-14 17:00:36 +0400
commit837da93f19376bd61a478b6cda11868415241703 (patch)
treedb72b3c76efa1862edf8f9f549a5bc9f9e66fa69 /source/nan_link.mk
parent7dc152b01a6b77a840e916ecbf5fa34c3a6ab2a8 (diff)
enable openal support for os x and linux-powerpc
as there is a conflict between openal and sdl (when compiled with cdrom support), i had to disable support for cd playing using sdl on os x for the time being.
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index fd117f6e4f7..7f741ffad20 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -58,7 +58,8 @@ endif
ifeq ($(OS),darwin)
LLIBS += -lGLU -lGL
LLIBS += -lz -framework Carbon -framework AGL
- LLIBS += -framework QuickTime
+ LLIBS += -framework QuickTime -framework CoreAudio
+ LLIBS += -framework AudioUnit -framework AudioToolbox
LDFLAGS += -L/System/Library/Frameworks/OpenGL.framework/Libraries
DBG_LDFLAGS += -L/System/Library/Frameworks/OpenGL.framework/Libraries
endif