bump product version to 4.1.6.2
[LibreOffice.git] / avmedia / Library_avmedia.mk
blobeb87e6ce2f80d3d9857d4b5681437b9d4691d25f
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,avmedia))
12 $(eval $(call gb_Library_set_componentfile,avmedia,avmedia/util/avmedia))
14 $(eval $(call gb_Library_set_include,avmedia,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/avmedia/inc \
17 -I$(SRCDIR)/avmedia/source/inc \
20 $(eval $(call gb_Library_use_sdk_api,avmedia,))
22 $(eval $(call gb_Library_add_defs,avmedia,\
23 -DAVMEDIA_DLLIMPLEMENTATION \
26 $(eval $(call gb_Library_use_external,avmedia,boost_headers))
28 $(eval $(call gb_Library_use_libraries,avmedia,\
29 comphelper \
30 ucbhelper \
31 cppu \
32 cppuhelper \
33 sal \
34 i18nlangtag \
35 sfx \
36 svl \
37 svt \
38 tl \
39 utl \
40 vcl \
41 $(gb_UWINAPI) \
44 $(eval $(call gb_Library_add_exception_objects,avmedia,\
45 avmedia/source/framework/mediacontrol \
46 avmedia/source/framework/mediaitem \
47 avmedia/source/framework/mediamisc \
48 avmedia/source/framework/mediaplayer \
49 avmedia/source/framework/mediatoolbox \
50 avmedia/source/framework/soundhandler \
51 avmedia/source/viewer/mediaevent_impl \
52 avmedia/source/viewer/mediawindowbase_impl \
53 avmedia/source/viewer/mediawindow \
54 avmedia/source/viewer/mediawindow_impl \
57 # vim: set noet sw=4 ts=4: