android: Update app icon to new startcenter icon
[LibreOffice.git] / avmedia / Library_avmedia.mk
blob72a5a67350e2ade38b649405b8ec8537d75b9c1a
1 # -*- Mode: makefile-gmake; 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_include,avmedia,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/avmedia/inc \
15 -I$(SRCDIR)/avmedia/source/inc \
18 $(eval $(call gb_Library_use_libraries,avmedia,\
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 svl \
24 ucbhelper \
25 vcl \
28 $(eval $(call gb_Library_use_sdk_api,avmedia,))
30 $(eval $(call gb_Library_use_externals,avmedia,\
31 boost_headers \
34 $(eval $(call gb_Library_add_defs,avmedia,\
35 -DAVMEDIA_DLLIMPLEMENTATION \
38 $(eval $(call gb_Library_add_exception_objects,avmedia,\
39 avmedia/source/framework/mediaitem \
42 ifneq (,$(filter AVMEDIA,$(BUILD_TYPE)))
44 $(eval $(call gb_Library_use_externals,avmedia,\
45 epoxy \
48 $(eval $(call gb_Library_set_componentfile,avmedia,avmedia/util/avmedia,services))
50 $(eval $(call gb_Library_use_libraries,avmedia,\
51 i18nlangtag \
52 sfx \
53 svt \
54 tl \
55 utl \
58 $(eval $(call gb_Library_add_exception_objects,avmedia,\
59 avmedia/source/framework/mediacontrol \
60 avmedia/source/framework/MediaControlBase \
61 avmedia/source/framework/mediaplayer \
62 avmedia/source/framework/mediatoolbox \
63 avmedia/source/framework/soundhandler \
64 avmedia/source/viewer/mediaevent_impl \
65 avmedia/source/viewer/mediawindow \
66 avmedia/source/viewer/mediawindow_impl \
69 endif # AVMEDIA
71 # vim: set noet sw=4 ts=4: