[en_US] Added 13 autocorrect words
[LibreOffice.git] / avmedia / Library_avmediavlc.mk
blob3db43315e67e78250fc7b1fe278f3a79ab506c3a
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,avmediavlc))
12 $(eval $(call gb_Library_set_componentfile,avmediavlc,avmedia/source/vlc/avmediavlc))
14 $(eval $(call gb_Library_set_include,avmediavlc,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/avmedia/source/inc \
17 -I$(SRCDIR)/avmedia/source/vlc/inc \
20 $(eval $(call gb_Library_use_custom_headers,avmediavlc,\
21 officecfg/registry \
24 $(eval $(call gb_Library_use_sdk_api,avmediavlc))
26 $(eval $(call gb_Library_use_externals,avmediavlc,\
27 boost_headers \
28 boost_system \
31 $(eval $(call gb_Library_use_libraries,avmediavlc,\
32 comphelper \
33 cppu \
34 cppuhelper \
35 sal \
36 tl \
37 vcl \
38 utl \
39 salhelper \
42 $(eval $(call gb_Library_add_exception_objects,avmediavlc,\
43 avmedia/source/vlc/vlcmanager \
44 avmedia/source/vlc/vlcplayer \
45 avmedia/source/vlc/vlcuno \
46 avmedia/source/vlc/vlcwindow \
47 avmedia/source/vlc/vlcframegrabber \
48 avmedia/source/vlc/wrapper/Instance \
49 avmedia/source/vlc/wrapper/Media \
50 avmedia/source/vlc/wrapper/Player \
51 avmedia/source/vlc/wrapper/EventManager \
52 avmedia/source/vlc/wrapper/EventHandler \
53 avmedia/source/vlc/wrapper/Common \
56 # vim: set noet sw=4 ts=4: