Enable building with Xcode 16.0 beta 3 on macOS 15.0 public beta
[LibreOffice.git] / avmedia / Module_avmedia.mk
blobf0c6acf003316c05c74739d4ac2831bfdeb3cb75
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 ifneq (,$(filter AVMEDIA,$(BUILD_TYPE)))
18 $(eval $(call gb_Module_add_l10n_targets,avmedia,\
19 AllLangMoTarget_avmedia \
22 ifeq ($(ENABLE_GSTREAMER_1_0),TRUE)
23 $(eval $(call gb_Module_add_targets,avmedia,\
24 Library_avmediagst \
26 endif
28 ifneq ($(ENABLE_GTK4),)
29 $(eval $(call gb_Module_add_targets,avmedia,\
30 Library_avmediagtk \
32 endif
34 ifneq ($(ENABLE_QT6_MULTIMEDIA),)
35 $(eval $(call gb_Module_add_targets,avmedia,\
36 CustomTarget_avmediaqt6_moc \
37 Library_avmediaqt6 \
39 endif
41 ifeq ($(OS),MACOSX)
42 $(eval $(call gb_Module_add_targets,avmedia,\
43 Library_avmediaMacAVF \
45 endif
47 ifeq ($(OS),WNT)
48 $(eval $(call gb_Module_add_targets,avmedia,\
49 Library_avmediawin \
51 endif
53 endif # AVMEDIA
55 # vim: set noet sw=4 ts=4: