summaryrefslogtreecommitdiff
path: root/gst/encoding
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-26 17:49:33 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-26 18:42:34 +0100
commitc680e324bc5170396d21bae7d1752b36d289f323 (patch)
tree35e8f99860abfc0a8b7ba59a2afd109b2d80639c /gst/encoding
parent0bedfc51a4d6dc31a723e14dacf1ffc0bc528e26 (diff)
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'gst/encoding')
-rw-r--r--gst/encoding/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/gst/encoding/Makefile.am b/gst/encoding/Makefile.am
index 8ce197827..f9e73792e 100644
--- a/gst/encoding/Makefile.am
+++ b/gst/encoding/Makefile.am
@@ -21,18 +21,3 @@ noinst_HEADERS = \
gststreamcombinerpad.h
include $(top_srcdir)/common/gst-glib-gen.mak
-
-Android.mk: Makefile.am
- androgenizer \
- -:PROJECT libgstencodebin -:SHARED libgstencodebin \
- -:TAGS eng debug \
- -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
- -:SOURCES $(libgstencodebin_la_SOURCES) \
- $(nodist_libgstencodebin_la_SOURCES) \
- -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstencodebin_la_CFLAGS) \
- -:LDFLAGS $(libgstencodebin_la_LDFLAGS) \
- $(libgstencodebin_la_LIBADD) \
- -ldl \
- -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
- LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
- > $@