Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / avmedia / Library_avmediavlc.mk
blob0ee5cd2d0d46ae3424b7388d291ac44b3f9b2530
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 \
19 $(eval $(call gb_Library_use_custom_headers,avmediavlc,\
20 officecfg/registry \
23 $(eval $(call gb_Library_use_sdk_api,avmediavlc))
25 $(eval $(call gb_Library_use_externals,avmediavlc,\
26 boost_headers \
27 boost_system \
30 $(eval $(call gb_Library_use_libraries,avmediavlc,\
31 comphelper \
32 cppu \
33 cppuhelper \
34 sal \
35 tl \
36 vcl \
37 utl \
38 salhelper \
41 $(eval $(call gb_Library_add_exception_objects,avmediavlc,\
42 avmedia/source/vlc/vlcmanager \
43 avmedia/source/vlc/vlcplayer \
44 avmedia/source/vlc/vlcuno \
45 avmedia/source/vlc/vlcwindow \
46 avmedia/source/vlc/vlcframegrabber \
47 avmedia/source/vlc/wrapper/Instance \
48 avmedia/source/vlc/wrapper/Media \
49 avmedia/source/vlc/wrapper/Player \
50 avmedia/source/vlc/wrapper/EventManager \
51 avmedia/source/vlc/wrapper/EventHandler \
52 avmedia/source/vlc/wrapper/Common \
55 # vim: set noet sw=4 ts=4: