summaryrefslogtreecommitdiff
path: root/gst/videofilter
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-26 17:54:52 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-26 17:55:07 +0100
commitd753a3eeb1b05a8d4e29d4f4d227a106a410aa31 (patch)
treefecb3fc265e0c5da7ad3937b67a117696fc415ce /gst/videofilter
parent0ade8b813f99df42da046399a85d21198004b0ad (diff)
downloadgstreamer-plugins-good-d753a3eeb1b05a8d4e29d4f4d227a106a410aa31.tar.gz
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'gst/videofilter')
-rw-r--r--gst/videofilter/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/gst/videofilter/Makefile.am b/gst/videofilter/Makefile.am
index 71755e69d..a0cae46b4 100644
--- a/gst/videofilter/Makefile.am
+++ b/gst/videofilter/Makefile.am
@@ -21,18 +21,3 @@ libgstvideofilter_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
gstvideoexample.c: $(srcdir)/make_filter $(srcdir)/gstvideotemplate.c
$(srcdir)/make_filter Videoexample $(srcdir)/gstvideotemplate.c
-
-Android.mk: Makefile.am $(BUILT_SOURCES)
- androgenizer \
- -:PROJECT libgstvideofilter -:SHARED libgstvideofilter \
- -:TAGS eng debug \
- -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
- -:SOURCES $(libgstvideofilter_la_SOURCES) \
- $(nodist_libgstvideofilter_la_SOURCES) \
- -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstvideofilter_la_CFLAGS) \
- -:LDFLAGS $(libgstvideofilter_la_LDFLAGS) \
- $(libgstvideofilter_la_LIBADD) \
- -ldl \
- -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
- LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
- > $@