Impress/Tiled Rendering: implement setPartMode.
[LibreOffice.git] / avmedia / Library_avmediavlc.mk
blob12b006c8936cad2314c47a81a2f91b88a4f1fb45
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_sdk_api,avmediavlc))
21 $(eval $(call gb_Library_use_externals,avmediavlc,\
22 boost_headers \
23 boost_system \
26 $(eval $(call gb_Library_use_libraries,avmediavlc,\
27 comphelper \
28 cppu \
29 cppuhelper \
30 sal \
31 tl \
32 vcl \
33 utl \
34 salhelper \
35 $(gb_UWINAPI) \
38 $(eval $(call gb_Library_add_exception_objects,avmediavlc,\
39 avmedia/source/vlc/vlcmanager \
40 avmedia/source/vlc/vlcplayer \
41 avmedia/source/vlc/vlcuno \
42 avmedia/source/vlc/vlcwindow \
43 avmedia/source/vlc/vlcframegrabber \
44 avmedia/source/vlc/wrapper/Instance \
45 avmedia/source/vlc/wrapper/Media \
46 avmedia/source/vlc/wrapper/Player \
47 avmedia/source/vlc/wrapper/EventManager \
48 avmedia/source/vlc/wrapper/EventHandler \
49 avmedia/source/vlc/wrapper/ThreadsafeQueue \
50 avmedia/source/vlc/wrapper/Common \
53 # vim: set noet sw=4 ts=4: