From 86053d977287fd56765f5c2cc80c42a8074167dd Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Wed, 11 Jan 2012 18:45:33 -0300 Subject: [PATCH] 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 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 534fd843cf..9ba81d97de 100644 --- a/Android.mk +++ b/Android.mk @@ -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