office-gobmx/avmedia/Library_avmediaMacAVF.mk
Herbert Dürr f3b3144133 AOO: #i124875# support Mac AV-Foundation API for multimedia content
Adapted as needed and gbuildified by tml. For the files that actually
are Objective-C++ use the .mm suffix.

Change-Id: Ieec40b722df6463a1061d19d38154828ff8adca2
2014-05-15 18:49:14 +03:00

47 lines
1.2 KiB
Makefile

# -*- 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,avmediaMacAVF))
$(eval $(call gb_Library_set_componentfile,avmediaMacAVF,avmedia/source/macavf/avmediaMacAVF))
$(eval $(call gb_Library_set_include,avmediaMacAVF,\
$$(INCLUDE) \
-I$(SRCDIR)/avmedia/source/inc \
))
$(eval $(call gb_Library_use_external,avmediaMacAVF,boost_headers))
$(eval $(call gb_Library_use_sdk_api,avmediaMacAVF));
$(eval $(call gb_Library_use_libraries,avmediaMacAVF,\
comphelper \
cppu \
cppuhelper \
sal \
tl \
vcl \
$(gb_UWINAPI) \
))
$(eval $(call gb_Library_use_system_darwin_frameworks,avmediaMacAVF,\
AVFoundation \
Cocoa \
CoreMedia \
))
$(eval $(call gb_Library_add_objcxxobjects,avmediaMacAVF,\
avmedia/source/macavf/framegrabber \
avmedia/source/macavf/macavfuno \
avmedia/source/macavf/manager \
avmedia/source/macavf/player \
avmedia/source/macavf/window \
))
# vim: set noet sw=4 ts=4: