summaryrefslogtreecommitdiff
path: root/registry/StaticLibrary_registry_helper.mk
blob: a0c11428ef0f5c1e800ee478087b83ee378d8887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- 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_StaticLibrary_StaticLibrary,registry_helper))

$(eval $(call gb_StaticLibrary_add_exception_objects,registry_helper,\
    registry/tools/fileurl \
    registry/tools/options \
))

# vim: set noet sw=4 ts=4:
o/aw080&id=134705c5c2a7ce652acb23dc42609a65b56c562d'>Revert "iOS, removed unneeded avmedia libraries"jan Iversen 2017-10-10iOS, removed unneeded avmedia librariesjan Iversen 2017-09-23iOS, dummy avmedia to satisty sdi filesjan Iversen 2017-07-21migrate to boost::gettextCaolán McNamara 2016-12-27DirectShow moved from DirectX to the Windows APIDamjan Jovanovic 2016-10-14The logic is “ no QuickTime™ in the 10.12 SDK & beyond ”Douglas Mencken 2016-08-04No QuickTime in the 10.12 SDKTor Lillqvist 2016-04-05headless build: reset ENABLE_GLTF and use that setting as beforeOliver Specht 2016-03-28avmediaogl now seems to require ENABLE_GLTF for some reasonTor Lillqvist 2016-03-25fix headless buildOliver Specht 2014-11-07Clarify configure GStreamer handlingJan-Marek Glogowski 2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud 2014-07-07fix build errors related to AVFoundation @ OS X <10.7Douglas Mencken 2014-05-16Make the MacAVF code build also as 32-bitTor Lillqvist 2014-05-15The macavf code doesn't compile as 32-bit, sighTor Lillqvist 2014-05-15The AVFoundation framework appeared in OS X 10.7Tor Lillqvist 2014-05-15The AVMedia framework is not deprecatedTor Lillqvist 2014-05-15AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr 2014-04-28prefer makefile-gmake-modeTakeshi Abe