summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>2012-01-11 18:45:33 -0300
committerReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>2012-01-11 18:57:43 -0300
commit86053d977287fd56765f5c2cc80c42a8074167dd (patch)
treebee5773b57aaf2f9efea0ff59af2c1ec2eb01583 /Android.mk
parentbc1fa747a7e4567c108f7769d23af86e36233e8e (diff)
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 534fd843c..9ba81d97d 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