[Libreoffice-commits] core.git: avmedia/Library_avmediaQuickTime.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 28 12:36:36 UTC 2018


 avmedia/Library_avmediaQuickTime.mk |   45 ------------------------------------
 1 file changed, 45 deletions(-)

New commits:
commit d63d5babec686a13bb9fded02c157aab7925ddad
Author:     Gabor Kelemen <kelemeng at ubuntu.com>
AuthorDate: Wed Dec 26 12:15:56 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Dec 28 13:36:14 2018 +0100

    Drop avmediaQuickTime.mk
    
    Follow-up to 801cc9550b38778971a9b3ebf427a6a151c50033
    
    After dropping the avmedia_QuckTime library the makefile
    used to build it can go too
    
    Change-Id: I69258825ec87fbca93dac5bd85f2e65050d03e96
    Reviewed-on: https://gerrit.libreoffice.org/65620
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/avmedia/Library_avmediaQuickTime.mk b/avmedia/Library_avmediaQuickTime.mk
deleted file mode 100644
index 85eca192eb9a..000000000000
--- a/avmedia/Library_avmediaQuickTime.mk
+++ /dev/null
@@ -1,45 +0,0 @@
-# -*- 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,avmediaQuickTime))
-
-$(eval $(call gb_Library_set_componentfile,avmediaQuickTime,avmedia/source/quicktime/avmediaQuickTime))
-
-$(eval $(call gb_Library_set_include,avmediaQuickTime,\
-	$$(INCLUDE) \
-	-I$(SRCDIR)/avmedia/source/inc \
-))
-
-$(eval $(call gb_Library_use_external,avmediaQuickTime,boost_headers))
-
-$(eval $(call gb_Library_use_sdk_api,avmediaQuickTime));
-
-$(eval $(call gb_Library_use_libraries,avmediaQuickTime,\
-	comphelper \
-	cppu \
-	cppuhelper \
-	sal \
-	tl \
-	vcl \
-))
-
-$(eval $(call gb_Library_use_system_darwin_frameworks,avmediaQuickTime,\
-	Cocoa \
-	QTKit \
-))
-
-$(eval $(call gb_Library_add_objcxxobjects,avmediaQuickTime,\
-	avmedia/source/quicktime/framegrabber \
-	avmedia/source/quicktime/manager \
-	avmedia/source/quicktime/player \
-	avmedia/source/quicktime/quicktimeuno \
-	avmedia/source/quicktime/window \
-))
-
-# vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list