summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>2012-08-20 21:52:08 -0400
committerReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>2012-08-20 21:52:08 -0400
commitce424b06d78c713bd6e35ba3a528130ec39156f0 (patch)
tree98a611278648299b2b3b15582e5dff39d4b9cac2
parentf490bb1962f9f806c62cc6e9aaf5539b87409b25 (diff)
Get rid of gst-android entries
This file is only for NDK builds so the system integration bits make no sense.
-rw-r--r--jni/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index ac5a30d..01e04b8 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -125,15 +125,11 @@ include $(GSTREAMER_AGGREGATE_TOP)/gst-editing-services/Android.mk
endif
include $(GSTREAMER_AGGREGATE_TOP)/gst-omx/Android.mk
include $(GSTREAMER_AGGREGATE_TOP)/gst-plugins-bad/Android.mk
-#include $(GSTREAMER_AGGREGATE_TOP)/gst-android/Android.mk
include $(GSTREAMER_AGGREGATE_TOP)/gst-plugins-ugly/Android.mk
TARGETS:
@echo $(CONFIGURE_TARGETS)
-#has a funny gstreamer_TOP of its own, fix that
-#include $(GSTREAMER_AGGREGATE_TOP)/gst-android/Android.mk
-
.PHONY: gstreamer-aggregate-configure
gstreamer-aggregate-configure: $(TARGET_CRTBEGIN_DYNAMIC_O) $(TARGET_CRTEND_O) $(LIB)/libc.so $(LIB)/libz.so $(CONFIGURE_TARGETS)