# -*- 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,avmediagst)) $(eval $(call gb_Library_set_componentfile,avmediagst,avmedia/source/gstreamer/avmediagstreamer)) $(eval $(call gb_Library_set_include,avmediagst,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/source/inc \ $(GSTREAMER_1_0_CFLAGS) \ )) $(eval $(call gb_Library_add_libs,avmediagst,\ $(GSTREAMER_1_0_LIBS) \ )) ifneq ($(ENABLE_GTK3),) $(eval $(call gb_Library_add_cxxflags,avmediagst,\ $$(GTK3_CFLAGS) \ -DENABLE_GTKSINK \ )) $(eval $(call gb_Library_add_libs,avmediagst,\ $(GTK3_LIBS) \ )) endif $(eval $(call gb_Library_use_external,avmediagst,boost_headers)) $(eval $(call gb_Library_use_sdk_api,avmediagst)) $(eval $(call gb_Library_use_libraries,avmediagst,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ tl \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,avmediagst,\ avmedia/source/gstreamer/gstmanager \ avmedia/source/gstreamer/gstplayer \ avmedia/source/gstreamer/gstuno \ avmedia/source/gstreamer/gstwindow \ avmedia/source/gstreamer/gstframegrabber \ )) # vim: set noet sw=4 ts=4: breoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean
AgeCommit message (Expand)Author
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-04-14loplugin:buriedassign in b*Noel Grandin
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2019-11-17cid#1448230 Dereference null return valueCaolán McNamara
2019-11-16cid#1448516 silence Dereference null return valueCaolán McNamara
2019-11-16cid#1448226 silence RV: Bad use of return valueCaolán McNamara
2019-09-06Fixing '....'Andrea Gelmini