# -*- Mode: makefile; 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_0_10)) $(eval $(call gb_Library_set_componentfile,avmediagst_0_10,avmedia/source/gstreamer/avmediagstreamer_0_10)) $(eval $(call gb_Library_set_include,avmediagst_0_10,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/source/inc \ $(GSTREAMER_0_10_CFLAGS) \ )) $(eval $(call gb_Library_use_externals,avmediagst_0_10,\ boost_headers \ libxml2 \ )) $(eval $(call gb_Library_use_sdk_api,avmediagst_0_10)) $(eval $(call gb_Library_use_libraries,avmediagst_0_10,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_libs,avmediagst_0_10,\ $(GSTREAMER_0_10_LIBS) \ -lgstinterfaces-0.10 \ )) $(eval $(call gb_Library_add_exception_objects,avmediagst_0_10,\ avmedia/source/gstreamer/gst_0_10 \ )) # vim: set noet sw=4 ts=4: /cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/o3tl
AgeCommit message (Expand)Author
2014-02-25Remove visual noise from o3tlAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-08coverity#983036/37/38: Resource leakJulien Nabet
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-03-23Validate cow_wrapper static default pattern.Thorsten Behrens
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-02fdo#60886: _SetGetExpFlds: use the custom operator<Michael Stahl
2013-02-28remove all d.lstMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-11fdo#58793: re-implement SwpHintsArray::Resort():Michael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-21o3tl::sorted_vector::insert should take const parameterMichael Stahl