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:
authorStefan Gartner <stefang@aon.at>2003-02-09 23:15:39 +0300
committerStefan Gartner <stefang@aon.at>2003-02-09 23:15:39 +0300
commit5b8aee77a2199ab437b3bb32d51b22a0858d2158 (patch)
treec5cf396ec0c7ca0b0d1e5afb0657575fe200f5b6 /intern
parente3f1ae0d9e737ac009fbf6db51b8a6ac0652dc99 (diff)
don't use fmod on darwin
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/Makefile6
-rw-r--r--intern/SoundSystem/SND_DependKludge.h2
2 files changed, 5 insertions, 3 deletions
diff --git a/intern/SoundSystem/Makefile b/intern/SoundSystem/Makefile
index 97a65fe9215..84c268bc10c 100644
--- a/intern/SoundSystem/Makefile
+++ b/intern/SoundSystem/Makefile
@@ -42,9 +42,9 @@ ifeq ($(OS),windows)
DIRS += fmod
DIRS += openal
endif
-ifeq ($(OS),darwin)
- DIRS += fmod
-endif
+#ifeq ($(OS),darwin)
+# DIRS += fmod
+#endif
ifeq ($(OS),freebsd)
DIRS += openal
endif
diff --git a/intern/SoundSystem/SND_DependKludge.h b/intern/SoundSystem/SND_DependKludge.h
index f9d91e65f3b..48679c8d87a 100644
--- a/intern/SoundSystem/SND_DependKludge.h
+++ b/intern/SoundSystem/SND_DependKludge.h
@@ -42,8 +42,10 @@
# endif
#elif defined (__FreeBSD__)
# define USE_OPENAL
+/*
#elif defined (__APPLE__)
# define USE_FMOD
+*/
#else
# ifdef USE_OPENAL
# undef USE_OPENAL