Kaydet (Commit) d63d5bab authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Stephan Bergmann

Drop avmediaQuickTime.mk

Follow-up to 801cc955

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: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 50e3cede
# -*- 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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment