mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Temporarily disabling multifile for the Android build
There is a hard dependency on inotify comming from gio. We are not currently bundling inotify with the Android dist so I'm disabling multifile for now until someone gets around to sort this out. This change fixes building on Android
This commit is contained in:
parent
bc1fa747a7
commit
86053d9772
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ CONFIGURE_TARGETS += gst-plugins-good-configure
|
|||
-include $(GST_PLUGINS_GOOD_TOP)/gst/law/Android.mk
|
||||
-include $(GST_PLUGINS_GOOD_TOP)/gst/level/Android.mk
|
||||
-include $(GST_PLUGINS_GOOD_TOP)/gst/matroska/Android.mk
|
||||
-include $(GST_PLUGINS_GOOD_TOP)/gst/multifile/Android.mk
|
||||
#-include $(GST_PLUGINS_GOOD_TOP)/gst/multifile/Android.mk
|
||||
-include $(GST_PLUGINS_GOOD_TOP)/gst/multipart/Android.mk
|
||||
-include $(GST_PLUGINS_GOOD_TOP)/gst/isomp4/Android.mk
|
||||
-include $(GST_PLUGINS_GOOD_TOP)/gst/replaygain/Android.mk
|
||||
|
|
Loading…
Reference in a new issue