bump product version to 4.1.6.2
[LibreOffice.git] / avmedia / Module_avmedia.mk
blob35790811869af0ad7c122eaeef1504a205fa18a0
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 \
14 Library_avmedia \
17 ifeq ($(ENABLE_GSTREAMER),TRUE)
18 $(eval $(call gb_Module_add_targets,avmedia,\
19 Library_avmediagst \
21 endif
23 ifeq ($(ENABLE_GSTREAMER_0_10),TRUE)
24 $(eval $(call gb_Module_add_targets,avmedia,\
25 Library_avmediagst_0_10 \
27 endif
29 ifeq ($(OS),MACOSX)
30 ifneq ($(CPUNAME),X86_64)
31 $(eval $(call gb_Module_add_targets,avmedia,\
32 Library_avmediaQuickTime \
34 endif
35 endif
37 ifneq ($(ENABLE_DIRECTX),)
38 $(eval $(call gb_Module_add_targets,avmedia,\
39 Library_avmediawin \
41 endif
43 # vim: set noet sw=4 ts=4: