Revert "iOS, removed unneeded avmedia libraries"

sorry for the noise.

This reverts commit 032b1e8707.
This commit is contained in:
jan Iversen 2017-10-10 12:34:01 +02:00
parent 3515946e1c
commit 134705c5c2
10 changed files with 3 additions and 17 deletions

View file

@ -6,8 +6,6 @@
# 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/.
ifeq ($(USE_AVMEDIA_DUMMY),FALSE)
$(eval $(call gb_AllLangMoTarget_AllLangMoTarget,avmedia))
endif
# vim: set noet sw=4 ts=4:

View file

@ -9,6 +9,8 @@
$(eval $(call gb_Library_Library,avmedia))
$(eval $(call gb_Library_set_componentfile,avmedia,avmedia/util/avmedia))
$(eval $(call gb_Library_set_include,avmedia,\
$$(INCLUDE) \
-I$(SRCDIR)/avmedia/inc \

View file

@ -7,7 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ifeq ($(USE_AVMEDIA_DUMMY),FALSE)
$(eval $(call gb_Library_Library,avmediaMacAVF))
$(eval $(call gb_Library_set_componentfile,avmediaMacAVF,avmedia/source/macavf/avmediaMacAVF))
@ -43,6 +42,5 @@ $(eval $(call gb_Library_add_objcxxobjects,avmediaMacAVF,\
avmedia/source/macavf/player \
avmedia/source/macavf/window \
))
endif
# vim: set noet sw=4 ts=4:

View file

@ -7,7 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ifeq ($(USE_AVMEDIA_DUMMY),FALSE)
$(eval $(call gb_Library_Library,avmediaQuickTime))
$(eval $(call gb_Library_set_componentfile,avmediaQuickTime,avmedia/source/quicktime/avmediaQuickTime))
@ -42,6 +41,5 @@ $(eval $(call gb_Library_add_objcxxobjects,avmediaQuickTime,\
avmedia/source/quicktime/quicktimeuno \
avmedia/source/quicktime/window \
))
endif
# vim: set noet sw=4 ts=4:

View file

@ -7,7 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ifeq ($(USE_AVMEDIA_DUMMY),FALSE)
$(eval $(call gb_Library_Library,avmediagst))
$(eval $(call gb_Library_set_componentfile,avmediagst,avmedia/source/gstreamer/avmediagstreamer))
@ -54,6 +53,5 @@ $(eval $(call gb_Library_add_exception_objects,avmediagst,\
avmedia/source/gstreamer/gstwindow \
avmedia/source/gstreamer/gstframegrabber \
))
endif
# vim: set noet sw=4 ts=4:

View file

@ -7,7 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ifeq ($(USE_AVMEDIA_DUMMY),FALSE)
$(eval $(call gb_Library_Library,avmediagst_0_10))
$(eval $(call gb_Library_set_componentfile,avmediagst_0_10,avmedia/source/gstreamer/avmediagstreamer_0_10))
@ -43,6 +42,5 @@ $(eval $(call gb_Library_add_libs,avmediagst_0_10,\
$(eval $(call gb_Library_add_exception_objects,avmediagst_0_10,\
avmedia/source/gstreamer/gst_0_10 \
))
endif
# vim: set noet sw=4 ts=4:

View file

@ -7,7 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ifeq ($(USE_AVMEDIA_DUMMY),FALSE)
$(eval $(call gb_Library_Library,avmediaogl))
$(eval $(call gb_Library_set_componentfile,avmediaogl,avmedia/source/opengl/avmediaogl))
@ -42,6 +41,5 @@ $(eval $(call gb_Library_add_exception_objects,avmediaogl,\
avmedia/source/opengl/ogluno \
avmedia/source/opengl/oglwindow \
))
endif
# vim: set noet sw=4 ts=4:

View file

@ -7,7 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ifeq ($(USE_AVMEDIA_DUMMY),FALSE)
$(eval $(call gb_Library_Library,avmediavlc))
$(eval $(call gb_Library_set_componentfile,avmediavlc,avmedia/source/vlc/avmediavlc))
@ -52,6 +51,5 @@ $(eval $(call gb_Library_add_exception_objects,avmediavlc,\
avmedia/source/vlc/wrapper/EventHandler \
avmedia/source/vlc/wrapper/Common \
))
endif
# vim: set noet sw=4 ts=4:

View file

@ -7,7 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ifeq ($(USE_AVMEDIA_DUMMY),FALSE)
$(eval $(call gb_Library_Library,avmediawin))
$(eval $(call gb_Library_set_componentfile,avmediawin,avmedia/source/win/avmediawin))
@ -45,6 +44,5 @@ $(eval $(call gb_Library_add_exception_objects,avmediawin,\
avmedia/source/win/window \
avmedia/source/win/winuno \
))
endif
# vim: set noet sw=4 ts=4:

View file

@ -13,7 +13,7 @@ $(eval $(call gb_Module_add_targets,avmedia,\
Library_avmedia \
))
ifeq ($(USE_AVMEDIA_DUMMY),FALSE)
ifneq ($(USE_AVMEDIA_DUMMY),TRUE)
$(eval $(call gb_Module_add_l10n_targets,avmedia,\
AllLangMoTarget_avmedia \
))