1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Module_Module
,avmedia
))
12 $(eval
$(call gb_Module_add_targets
,avmedia
,\
13 AllLangResTarget_avmedia \
17 ifeq ($(ENABLE_GSTREAMER
),TRUE
)
18 $(eval
$(call gb_Module_add_targets
,avmedia
,\
23 ifeq ($(ENABLE_GSTREAMER_0_10
),TRUE
)
24 $(eval
$(call gb_Module_add_targets
,avmedia
,\
25 Library_avmediagst_0_10 \
30 ifneq ($(CPUNAME
),X86_64
)
31 $(eval
$(call gb_Module_add_targets
,avmedia
,\
32 Library_avmediaQuickTime \
37 ifneq ($(ENABLE_DIRECTX
),)
38 $(eval
$(call gb_Module_add_targets
,avmedia
,\
43 # vim: set noet sw=4 ts=4: