summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-27 23:03:47 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-27 23:52:22 +0300
commitb3888e74956bcfe027e9903ff34e10d95b2bebb3 (patch)
treed474774c20c4ff9c35464b03d4859560b8d7ef71
parent9f5227d66bfca9dd2ffc338f68001ad6ba3b485d (diff)
No 64-bit QuickTime
Change-Id: I07eed5c66195b006ae96da9c71a1ef57b8e2d020
-rw-r--r--postprocess/packcomponents/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 8111a10f457a..998a13f009f5 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -328,8 +328,11 @@ my_components += \
.END
.IF "$(GUIBASE)" == "aqua"
+.IF "$(BITNESS_OVERRIDE)" != "64"
+my_components += \
+ component/avmedia/source/quicktime/avmediaQuickTime
+.ENDIF
my_components += \
- component/avmedia/source/quicktime/avmediaQuickTime \
component/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell
.END