# -*- 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,avmediaMacAVF)) $(eval $(call gb_Library_set_componentfile,avmediaMacAVF,avmedia/source/macavf/avmediaMacAVF)) $(eval $(call gb_Library_set_include,avmediaMacAVF,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/source/inc \ )) $(eval $(call gb_Library_use_external,avmediaMacAVF,boost_headers)) $(eval $(call gb_Library_use_sdk_api,avmediaMacAVF)); $(eval $(call gb_Library_use_libraries,avmediaMacAVF,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ vcl \ )) $(eval $(call gb_Library_use_system_darwin_frameworks,avmediaMacAVF,\ AVFoundation \ Cocoa \ CoreMedia \ )) $(eval $(call gb_Library_add_objcxxobjects,avmediaMacAVF,\ avmedia/source/macavf/framegrabber \ avmedia/source/macavf/macavfuno \ avmedia/source/macavf/manager \ avmedia/source/macavf/player \ avmedia/source/macavf/window \ )) # vim: set noet sw=4 ts=4: tro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basctl/qa
AgeCommit message (Expand)Author
2020-02-16clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara
2020-01-22tdf#42949 Fix IWYU warnings in basctl/Gabor Kelemen
2018-01-16Fix typosAndrea Gelmini
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann
2016-11-15Fix typosSamuel Mehrbrodt
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann
2016-11-10'make screenshot' loplugin fixesStephan Bergmann
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand
2016-08-18screenshots: add dialog test cases for basctlArmin Le Grand