You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2014/05/13 14:10:20 UTC

svn commit: r1594206 - /openoffice/trunk/main/postprocess/packcomponents/makefile.mk

Author: hdu
Date: Tue May 13 12:10:19 2014
New Revision: 1594206

URL: http://svn.apache.org/r1594206
Log:
#i124800# reenable pre-registration of the quicktime component

Modified:
    openoffice/trunk/main/postprocess/packcomponents/makefile.mk

Modified: openoffice/trunk/main/postprocess/packcomponents/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/postprocess/packcomponents/makefile.mk?rev=1594206&r1=1594205&r2=1594206&view=diff
==============================================================================
--- openoffice/trunk/main/postprocess/packcomponents/makefile.mk (original)
+++ openoffice/trunk/main/postprocess/packcomponents/makefile.mk Tue May 13 12:10:19 2014
@@ -314,13 +314,11 @@ my_components += \
 
 .IF "$(OS)" == "MACOSX"
 my_components += \
+    avmediaQuickTime \
     fps_aqua \
     macab1 \
     macbe1 \
     MacOSXSpell
-.IF "${MACOSX_DEPLOYMENT_TARGET}" == ""
-    my_components += avmediaQuickTime
-.END
 .END
 
 .IF "$(OS)" == "WNT"