diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-26 12:15:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-28 13:36:14 +0100 |
commit | d63d5babec686a13bb9fded02c157aab7925ddad (patch) | |
tree | 2d78d5357ff721f7f7acb93097e50257fc7e9f58 /avmedia | |
parent | 50e3cede239a5691f4100cc2e74610ad12ad6ba5 (diff) |
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@redhat.com>
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/Library_avmediaQuickTime.mk | 45 |
1 files changed, 0 insertions, 45 deletions
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: |