diff options
author | huceke <ebsi4711@gmail.com> | 2011-08-08 19:02:10 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-08-08 20:14:42 +0200 |
commit | 1bfd337b688c0f2b099afe8ff7ea98af9ead9776 (patch) | |
tree | a78d7c2773a1a99f1eacebc5bf25975cff5a578b /Makefile.in | |
parent | 32bd81fbda3980fa7846a5e1ebab45ccd423ec06 (diff) |
- build eglspectrum vis for ios
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 34ebe11f26..351715d79f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -149,12 +149,20 @@ VIS_DIRS+=\ endif ifeq (($(findstring osx,@ARCH@), osx),(@USE_OPENGL@,1)) -VIS_DIRS+=xbmc/visualizations/iTunes +VIS_DIRS+=xbmc/visualizations/iTunes \ + endif ifneq (@DISABLE_GOOM@,1) VIS_DIRS+=xbmc/visualizations/Goom \ endif +ifeq (@USE_OPENGLES@,1) + ifeq ($(findstring osx,@ARCH@), osx) + ifeq (@ARCH@, arm-osx) + VIS_DIRS+=xbmc/visualizations/EGLSpectrum \ + endif + endif +endif CONFLUENCE_MEDIA=addons/skin.confluence/media |