Bump version to 5.0-14
[LibreOffice.git] / avmedia / Library_avmediavlc.mk
blob15363ee46282b12b22efc94a4e60f9d7447e75dd
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 \
39 $(gb_UWINAPI) \
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/ThreadsafeQueue \
54 avmedia/source/vlc/wrapper/Common \
57 # vim: set noet sw=4 ts=4: