# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,avmediaQuickTime)) $(eval $(call gb_Library_set_componentfile,avmediaQuickTime,avmedia/source/quicktime/avmediaQuickTime)) $(eval $(call gb_Library_set_include,avmediaQuickTime,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/source/inc \ )) $(eval $(call gb_Library_use_external,avmediaQuickTime,boost_headers)) $(eval $(call gb_Library_use_sdk_api,avmediaQuickTime)); $(eval $(call gb_Library_use_libraries,avmediaQuickTime,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_system_darwin_frameworks,avmediaQuickTime,\ Cocoa \ QTKit \ )) $(eval $(call gb_Library_add_objcxxobjects,avmediaQuickTime,\ avmedia/source/quicktime/framegrabber \ avmedia/source/quicktime/manager \ avmedia/source/quicktime/player \ avmedia/source/quicktime/quicktimeuno \ avmedia/source/quicktime/window \ )) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unodevtools/source
AgeCommit message (Expand)Author
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-02Remove unused pbOpt parameterStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-08Remove ornamental noiseStephan Bergmann
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin
2015-12-14Use emplace_backStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06coverity#1338260 Uncaught exceptionCaolán McNamara
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin