mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
Disable ext/faad 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
4060056ce6
commit
8eda5fc5dc
1 changed files with 7 additions and 2 deletions
|
@ -70,8 +70,11 @@ GST_PLUGINS_BAD_BUILT_SOURCES := \
|
|||
gst/stereo/Android.mk \
|
||||
gst/rtpvp8/Android.mk \
|
||||
gst/mpegdemux/Android.mk \
|
||||
gst/ivfparse/Android.mk \
|
||||
ext/faad/Android.mk
|
||||
gst/ivfparse/Android.mk
|
||||
|
||||
ifneq ($(NDK_BUILD), true)
|
||||
GST_PLUGINS_BAD_BUILT_SOURCES += ext/faad/Android.mk
|
||||
endif
|
||||
|
||||
GST_PLUGINS_BAD_BUILT_SOURCES := $(patsubst %, $(abspath $(GST_PLUGINS_BAD_TOP))/%, $(GST_PLUGINS_BAD_BUILT_SOURCES))
|
||||
|
||||
|
@ -110,7 +113,9 @@ CONFIGURE_TARGETS += gst-plugins-bad-configure
|
|||
-include $(GST_PLUGINS_BAD_TOP)/gst/aiff/Android.mk
|
||||
-include $(GST_PLUGINS_BAD_TOP)/gst/asfmux/Android.mk
|
||||
-include $(GST_PLUGINS_BAD_TOP)/gst/videoparsers/Android.mk
|
||||
ifneq ($(NDK_BUILD), true)
|
||||
-include $(GST_PLUGINS_BAD_TOP)/ext/faad/Android.mk
|
||||
endif
|
||||
-include $(GST_PLUGINS_BAD_TOP)/gst/sdp/Android.mk
|
||||
-include $(GST_PLUGINS_BAD_TOP)/gst/hls/Android.mk
|
||||
-include $(GST_PLUGINS_BAD_TOP)/gst/jp2kdecimator/Android.mk
|
||||
|
|
Loading…
Reference in a new issue