Added 20 words to autocorrect pt_PT
[LibreOffice.git] / avmedia / Module_avmedia.mk
blobd7625c86447c5fc3c2d84db2d5b1a8fca1b8b6ef
1 # -*- Mode: makefile-gmake; 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 Library_avmedia \
16 $(eval $(call gb_Module_add_l10n_targets,avmedia,\
17 AllLangResTarget_avmedia \
20 ifeq ($(ENABLE_GSTREAMER_1_0),TRUE)
21 $(eval $(call gb_Module_add_targets,avmedia,\
22 Library_avmediagst \
24 endif
26 ifeq ($(ENABLE_GSTREAMER_0_10),TRUE)
27 $(eval $(call gb_Module_add_targets,avmedia,\
28 Library_avmediagst_0_10 \
30 endif
32 ifeq ($(ENABLE_VLC),TRUE)
33 $(eval $(call gb_Module_add_targets,avmedia,\
34 Library_avmediavlc \
36 endif
38 ifeq ($(OS),MACOSX)
39 ifneq ($(ENABLE_MACOSX_SANDBOX),TRUE)
40 ifneq ($(shell test $(MACOSX_SDK_VERSION) -ge 101200; echo $$?),0)
41 $(eval $(call gb_Module_add_targets,avmedia,\
42 Library_avmediaQuickTime \
44 endif
45 endif
46 endif
48 ifeq ($(OS),MACOSX)
49 $(eval $(call gb_Module_add_targets,avmedia,\
50 Library_avmediaMacAVF \
52 endif
54 ifeq ($(OS),WNT)
55 $(eval $(call gb_Module_add_targets,avmedia,\
56 Library_avmediawin \
58 endif
60 ifeq ($(ENABLE_GLTF),TRUE)
61 $(eval $(call gb_Module_add_targets,avmedia,\
62 Library_avmediaogl \
64 endif
66 # vim: set noet sw=4 ts=4: