summaryrefslogtreecommitdiff
path: root/avmedia/Library_avmediaogl.mk
blob: 34677b571c6cd54d6c1e6c8c2cb63e57836a7655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Library_Library,avmediaogl))

$(eval $(call gb_Library_set_componentfile,avmediaogl,avmedia/source/opengl/avmediaogl))

$(eval $(call gb_Library_use_sdk_api,avmediaogl))

$(eval $(call gb_Library_use_external,avmediaogl,boost_headers))

$(eval $(call gb_Library_use_libraries,avmediaogl,\
    comphelper \
    cppu \
    cppuhelper \
    sal \
    salhelper \
    tl \
    vcl \
    $(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_exception_objects,avmediaogl,\
    avmedia/source/opengl/oglframegrabber \
    avmedia/source/opengl/oglmanager \
    avmedia/source/opengl/oglplayer \
    avmedia/source/opengl/ogluno \
    avmedia/source/opengl/oglwindow \
))

# vim: set noet sw=4 ts=4:
>tdf#152617 Fix color of controls in the Dialog EditorRafael Lima 2022-12-05tdf#86568 Move the scrollbar to the EditWindow in Basic IDERafael Lima 2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann 2022-08-05tdf#117388 use native scrollbar under gtk in basic editorCaolán McNamara 2022-04-29use more string_view in INetURLObjectNoel Grandin 2022-04-12tdf#147876 Fix crash when cancelling Dialog import dlgSamuel Mehrbrodt 2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen 2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin 2021-11-18loplugin:stringliteraldefine in basctlNoel Grandin 2021-10-28Prepare for removal of non-const operator[] from Sequence in basctlMike Kaganski 2021-08-20loplugin:unusedfieldsNoel Grandin 2021-07-14tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt 2021-05-17split OutputDevice from WindowNoel Grandin 2021-01-13loplugin:stringliteralvar (clang-cl)Stephan Bergmann 2021-01-10fix coverity parse errorsCaolán McNamara 2020-12-26New loplugin:stringliteralvarStephan Bergmann 2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara 2020-10-21use tools::Long in accessibility..basctlNoel 2020-05-19tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof 2020-04-18loplugin:flatten in basctlNoel Grandin 2020-03-29OSL_ASSERT->assert in basctlNoel Grandin 2020-01-22tdf#42949 Fix IWYU warnings in basctl/Gabor Kelemen 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin 2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara 2019-07-19loplugin:referencecasting in avmedia..basicNoel Grandin 2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov 2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin 2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen 2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen 2019-03-11i#119731 Hyperlink Control on dialog EditorShubham Goyal 2019-03-08tdf#53524 Create UNO grid control- dialog editorShubham Goyal 2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen 2019-02-25loplugin:unusedfields in variousNoel Grandin 2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski