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:
-rw-r--r--intern/SoundSystem/Makefile6
-rw-r--r--intern/SoundSystem/SND_DependKludge.h2
-rw-r--r--source/Makefile4
3 files changed, 7 insertions, 5 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
diff --git a/source/Makefile b/source/Makefile
index feca7852a91..a7fd1f61697 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -351,8 +351,8 @@ else
ifeq ($(OS),darwin)
NAN_SND_LIBS = $(OCGDIR)/gameengine/SoundSystem/$(DEBUG_DIR)libSoundSystem.a
NAN_SND_LIBS += $(OCGDIR)/gameengine/DummySoundSystem/$(DEBUG_DIR)libDummySoundSystem.a
- NAN_SND_LIBS += $(OCGDIR)/gameengine/FmodSoundSystem/$(DEBUG_DIR)libFmodSoundSystem.a
- NAN_SND_LIBS += $(NAN_FMOD)/lib/libfmod.a
+# NAN_SND_LIBS += $(OCGDIR)/gameengine/FmodSoundSystem/$(DEBUG_DIR)libFmodSoundSystem.a
+# NAN_SND_LIBS += $(NAN_FMOD)/lib/libfmod.a
NAN_SND_LIBS += $(OCGDIR)/gameengine/SoundSystem/$(DEBUG_DIR)libSoundSystem.a
else
NAN_SND_LIBS = $(OCGDIR)/gameengine/SoundSystem/$(DEBUG_DIR)libSoundSystem.a