Disable ext/vorbis for the android ndk build
It currently makes the build fail. Idea is to enable it back again once its building problems get sorted out.
This commit is contained in:
parent
6ffaccd284
commit
2b76c7f781
@ -63,9 +63,12 @@ GST_PLUGINS_BASE_BUILT_SOURCES := \
|
||||
gst/audiorate/Android.mk \
|
||||
gst/volume/Android.mk \
|
||||
tools/Android.mk \
|
||||
ext/vorbis/Android.mk \
|
||||
ext/ogg/Android.mk
|
||||
|
||||
ifneq ($(NDK_BUILD), true)
|
||||
GST_PLUGINS_BASE_BUILT_SOURCES += ext/vorbis/Android.mk
|
||||
endif
|
||||
|
||||
GST_PLUGINS_BASE_BUILT_SOURCES := $(patsubst %, $(abspath $(GST_PLUGINS_BASE_TOP))/%, $(GST_PLUGINS_BASE_BUILT_SOURCES))
|
||||
|
||||
|
||||
@ -121,5 +124,7 @@ CONFIGURE_TARGETS += gst-plugins-base-configure
|
||||
-include $(GST_PLUGINS_BASE_TOP)/gst/audiorate/Android.mk
|
||||
-include $(GST_PLUGINS_BASE_TOP)/gst/volume/Android.mk
|
||||
-include $(GST_PLUGINS_BASE_TOP)/ext/ogg/Android.mk
|
||||
ifneq ($(NDK_BUILD), true)
|
||||
-include $(GST_PLUGINS_BASE_TOP)/ext/vorbis/Android.mk
|
||||
endif
|
||||
-include $(GST_PLUGINS_BASE_TOP)/tools/Android.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user