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:
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