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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/SoundSystem/Makefile b/intern/SoundSystem/Makefile
index 25f45e37060..9714e49da36 100644
--- a/intern/SoundSystem/Makefile
+++ b/intern/SoundSystem/Makefile
@@ -42,7 +42,7 @@ DIRS += dummy
ifneq ($(NAN_NO_OPENAL),true)
ifeq ($(OS),windows)
DIRS += fmod
- DIRS += openal
+ DIRS += openal sdl
endif
#ifeq ($(OS),darwin)
# DIRS += fmod
@@ -52,7 +52,7 @@ ifneq ($(NAN_NO_OPENAL),true)
endif
ifeq ($(OS),$(findstring $(OS), "linux"))
ifeq ($(CPU),i386)
- DIRS += openal
+ DIRS += openal sdl
endif
endif
else