[en_US] Added 13 autocorrect words
[LibreOffice.git] / avmedia / Library_avmedia.mk
blobb27b9bae8c800cb298993159fa9dca3666f63810
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_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_set_componentfile,avmedia,avmedia/util/avmedia))
22 $(eval $(call gb_Library_use_sdk_api,avmedia,))
24 $(eval $(call gb_Library_use_externals,avmedia,\
25 boost_headers \
28 ifeq ($(USE_AVMEDIA_DUMMY),TRUE)
29 $(eval $(call gb_Library_add_exception_objects,avmedia,\
30 avmedia/source/avmediadummy \
34 else
37 $(eval $(call gb_Library_add_defs,avmedia,\
38 -DAVMEDIA_DLLIMPLEMENTATION \
41 ifeq ($(DISABLE_GUI),)
42 $(eval $(call gb_Library_use_externals,avmedia,\
43 epoxy \
45 endif
48 $(eval $(call gb_Library_use_libraries,avmedia,\
49 comphelper \
50 ucbhelper \
51 cppu \
52 cppuhelper \
53 sal \
54 i18nlangtag \
55 sfx \
56 svl \
57 svt \
58 tl \
59 utl \
60 vcl \
63 $(eval $(call gb_Library_add_exception_objects,avmedia,\
64 avmedia/source/framework/mediacontrol \
65 avmedia/source/framework/MediaControlBase \
66 avmedia/source/framework/mediaitem \
67 avmedia/source/framework/mediaplayer \
68 avmedia/source/framework/mediatoolbox \
69 avmedia/source/framework/soundhandler \
70 avmedia/source/viewer/mediaevent_impl \
71 avmedia/source/viewer/mediawindow \
72 avmedia/source/viewer/mediawindow_impl \
74 endif
76 # vim: set noet sw=4 ts=4: