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 /intern/SoundSystem/Makefile
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 'intern/SoundSystem/Makefile')
-rw-r--r--intern/SoundSystem/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/intern/SoundSystem/Makefile b/intern/SoundSystem/Makefile
index 9714e49da36..20e37c26a33 100644
--- a/intern/SoundSystem/Makefile
+++ b/intern/SoundSystem/Makefile
@@ -44,16 +44,14 @@ ifneq ($(NAN_NO_OPENAL),true)
DIRS += fmod
DIRS += openal sdl
endif
- #ifeq ($(OS),darwin)
- # DIRS += fmod
- #endif
+ ifeq ($(OS),darwin)
+ DIRS += openal
+ endif
ifeq ($(OS),freebsd)
DIRS += openal
endif
ifeq ($(OS),$(findstring $(OS), "linux"))
- ifeq ($(CPU),i386)
- DIRS += openal sdl
- endif
+ DIRS += openal sdl
endif
else
CPPFLAGS += -DNO_SOUND