diff options
author | ronie <ronie@poedel.net> | 2012-11-23 21:54:20 +0100 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2012-11-24 21:11:35 +0100 |
commit | 2fa6e746fdccc275c58ac3bb07569926e8b00b99 (patch) | |
tree | 9ea1354b9b4b0d612680e76fdff9205bbb123c20 /Makefile.in | |
parent | 3cab055c9f19bbed2dfb29498e087fc41da6ca1a (diff) |
remove broken itunes visualization
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 31826b1afc..39dc6f9000 100644 --- a/Makefile.in +++ b/Makefile.in @@ -200,10 +200,6 @@ ifneq (@DISABLE_PROJECTM@,1) VIS_DIRS+= xbmc/visualizations/XBMCProjectM endif -ifeq (($(findstring osx,@ARCH@), osx),(@USE_OPENGL@,1)) - VIS_DIRS+=xbmc/visualizations/iTunes -endif - ifneq (@DISABLE_GOOM@,1) VIS_DIRS+=xbmc/visualizations/Goom endif |