summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-26 18:04:16 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-26 18:59:32 +0100
commit699452ef31cb41bf8a809e45350058b0ae462834 (patch)
tree408e6c10bfe50e82ecb62a4350dbbfd9c55446a8 /gst-libs/gst/codecparsers
parenta8ea7a9cfb5fd690f459668b7847034b6f2f0f65 (diff)
downloadgstreamer-plugins-bad-699452ef31cb41bf8a809e45350058b0ae462834.tar.gz
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'gst-libs/gst/codecparsers')
-rw-r--r--gst-libs/gst/codecparsers/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/gst-libs/gst/codecparsers/Makefile.am b/gst-libs/gst/codecparsers/Makefile.am
index eff6e8365..8f2abb935 100644
--- a/gst-libs/gst/codecparsers/Makefile.am
+++ b/gst-libs/gst/codecparsers/Makefile.am
@@ -35,19 +35,3 @@ libgstcodecparsers_@GST_API_VERSION@_la_LDFLAGS = \
$(GST_LT_LDFLAGS)
EXTRA_DIST = dboolhuff.LICENSE dboolhuff.PATENTS dboolhuff.AUTHORS
-
-Android.mk: $(BUILT_SOURCES) Makefile.am
- androgenizer -:PROJECT libgstcodecparsers -:STATIC libgstcodecparsers-@GST_API_VERSION@ \
- -:TAGS eng debug \
- -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
- -:SOURCES $(libgstcodecparsers_@GST_API_VERSION@_la_SOURCES) \
- $(built_sources) \
- -:CFLAGS $(DEFS) $(libgstcodecparsers_@GST_API_VERSION@_la_CFLAGS) \
- -:LDFLAGS $(libgstcodecparsers_@GST_API_VERSION@_la_LDFLAGS) \
- $(libgstcodecparsers@GST_API_VERSION@_la_LIBADD) \
- -ldl \
- -:HEADER_TARGET gstreamer-@GST_API_VERSION@/gst/codecparsers \
- -:HEADERS $(libgstcodecparsersinclude_HEADERS) \
- $(built_headers) \
- -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
- > $@