# -*- 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,avmedia)) $(eval $(call gb_Library_set_componentfile,avmedia,avmedia/util/avmedia)) $(eval $(call gb_Library_set_include,avmedia,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/inc \ -I$(SRCDIR)/avmedia/source/inc \ )) $(eval $(call gb_Library_use_sdk_api,avmedia,)) $(eval $(call gb_Library_add_defs,avmedia,\ -DAVMEDIA_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_externals,avmedia,\ boost_headers \ glew \ mesa_headers \ )) $(eval $(call gb_Library_use_libraries,avmedia,\ comphelper \ ucbhelper \ cppu \ cppuhelper \ sal \ i18nlangtag \ sfx \ svl \ svt \ tl \ utl \ vcl \ vclopengl \ $(gb_UWINAPI) \ )) ifeq ($(ENABLE_GLTF),TRUE) $(eval $(call gb_Library_add_exception_objects,avmedia,\ avmedia/source/framework/modeltools \ )) endif ifeq ($(ENABLE_COLLADA),TRUE) ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,avmedia,\ -lrt \ )) endif $(eval $(call gb_Library_use_externals,avmedia,\ collada2gltf \ libxml2 \ opencollada_parser \ png \ )) endif $(eval $(call gb_Library_add_exception_objects,avmedia,\ avmedia/source/framework/mediacontrol \ avmedia/source/framework/mediaitem \ avmedia/source/framework/mediamisc \ avmedia/source/framework/mediaplayer \ avmedia/source/framework/mediatoolbox \ avmedia/source/framework/soundhandler \ avmedia/source/viewer/mediaevent_impl \ avmedia/source/viewer/mediawindow \ avmedia/source/viewer/mediawindow_impl \ )) # vim: set noet sw=4 ts=4: > LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-04-28 17:09:59 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-04-28 17:18:59 +0200
commit926713ac8f969ab8b246090eb8f3c4c48bead223 (patch)
tree352d50f58451f9c5dc83150a8cc6314300bd7854
parente6805b7fe628e6723b4d6fd535175344a7c56bde (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I088f31a9fb757c6d1455f87c292e550b46532a30
Diffstat