summaryrefslogtreecommitdiff
path: root/avmedia/Library_avmediaMacAVF.mk
blob: de6373632df7e38c88059385799bff69056afb27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# -*- 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/manager \
	avmedia/source/macavf/player \
	avmedia/source/macavf/window \
))

# vim: set noet sw=4 ts=4:
h=cp-5.3-56&id=578e4eca82132ddbb9475409d0b1a982f61da816'>sccomp: Reserve enough space at once for micro-optimizationTakeshi Abe 2018-06-22tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen 2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann 2018-02-28swarm: don't assert the result in testUnconstrainedTomaž Vajngerl 2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin 2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann 2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-12-08sccomp: CppunitTest_sccomp_swarmsolvertest fails w/ 32-bit ASANMichael Stahl 2017-11-30Weaken SwarmSolverTest::testUnconstrained even further for nowStephan Bergmann 2017-11-25Ridiculously large delta for SwarmSolverTest::testUnconstrained for nowStephan Bergmann 2017-11-21clang-format fixesMiklos Vajna 2017-11-21CppunitTest_swarm_solver_test also consistently fails for UBSan buildStephan Bergmann 2017-11-20Make CppunitTest name consistent with file nameStephan Bergmann 2017-11-20WaE: -Werror=unused-functionCaolán McNamara 2017-11-19Fix typosAndrea Gelmini 2017-11-19iOS reactivated swarmsolverjan Iversen 2017-11-19Remove include config_lgpl.h from SwarmSolver, license is MPLv2Tomaž Vajngerl 2017-11-18we now get a solver lib even without lpsolve or coinmpCaolán McNamara 2017-11-18iOS, swarmsolver workaroundjan Iversen 2017-11-18Swarm based (uses PSO or DE) experimental non-linear solverTomaž Vajngerl 2017-10-23loplugin:includeform: sccompStephan Bergmann 2017-08-27sccomp_lpsolver -> sccomp_solverRene Engelhard 2017-08-01move resmgr to unotoolsCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara