diff options
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 |