aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2011-08-25 18:34:37 +0200
committerMemphiz <memphis@machzwo.de>2011-08-29 18:19:03 +0200
commitd885239a7d12fb8f6cff8c647f284ed2050f6606 (patch)
tree4be49b9f0893f61e994372d649dff4f476dd21d1 /Makefile.in
parent73b542c86ba3bc34c93278e1b96e51832fa445b1 (diff)
[change] - adapt buildsys for building OpenGLSpectrum on ios
- sync of xcode projects
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 52112d7c7f..96ed46ee4b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -157,11 +157,13 @@ ifneq (@DISABLE_GOOM@,1)
endif
ifeq (@USE_OPENGLES@,1)
- ifeq ($(findstring osx,@ARCH@), osx)
- ifeq (@ARCH@, arm-osx)
- VIS_DIRS+=xbmc/visualizations/EGLSpectrum
- endif
- endif
+ifeq ($(findstring osx,@ARCH@), osx)
+ifeq (@ARCH@, arm-osx)
+VIS_DIRS+=\
+ xbmc/visualizations/OpenGLSpectrum \
+ xbmc/visualizations/Waveform/
+endif
+endif
endif
CONFLUENCE_MEDIA=addons/skin.confluence/media