GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / avmedia / Library_avmediavlc.mk
blobb19eac9b1a0fd4a01fc13b11325d169cfa90e115
1 # -*- Mode: makefile; 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_external,avmediavlc,boost_headers))
21 $(eval $(call gb_Library_use_sdk_api,avmediavlc))
23 $(eval $(call gb_Library_use_externals,avmediavlc,\
24 boost_headers \
25 boostsystem \
28 $(eval $(call gb_Library_use_libraries,avmediavlc,\
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 tl \
34 vcl \
35 utl \
36 salhelper \
37 $(gb_UWINAPI) \
40 $(eval $(call gb_Library_add_exception_objects,avmediavlc,\
41 avmedia/source/vlc/vlcmanager \
42 avmedia/source/vlc/vlcplayer \
43 avmedia/source/vlc/vlcuno \
44 avmedia/source/vlc/vlcwindow \
45 avmedia/source/vlc/vlcframegrabber \
46 avmedia/source/vlc/wrapper/Instance \
47 avmedia/source/vlc/wrapper/Media \
48 avmedia/source/vlc/wrapper/Player \
49 avmedia/source/vlc/wrapper/EventManager \
50 avmedia/source/vlc/wrapper/EventHandler \
51 avmedia/source/vlc/wrapper/ThreadsafeQueue \
52 avmedia/source/vlc/wrapper/Common \
55 # vim: set noet sw=4 ts=4: