diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-04-26 18:04:16 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-04-26 18:59:32 +0100 |
commit | 699452ef31cb41bf8a809e45350058b0ae462834 (patch) | |
tree | 408e6c10bfe50e82ecb62a4350dbbfd9c55446a8 /gst/videoparsers | |
parent | a8ea7a9cfb5fd690f459668b7847034b6f2f0f65 (diff) | |
download | gstreamer-plugins-bad-699452ef31cb41bf8a809e45350058b0ae462834.tar.gz |
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'gst/videoparsers')
-rw-r--r-- | gst/videoparsers/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gst/videoparsers/Makefile.am b/gst/videoparsers/Makefile.am index ccb7d5b42..f1b0a119a 100644 --- a/gst/videoparsers/Makefile.am +++ b/gst/videoparsers/Makefile.am @@ -32,19 +32,3 @@ noinst_HEADERS = gsth263parse.h h263parse.h \ gstpngparse.h \ gstvc1parse.h \ gsth265parse.h - -Android.mk: Makefile.am $(BUILT_SOURCES) - androgenizer \ - -:PROJECT libgstvideoparsersbad -:SHARED libgstvideoparsersbad \ - -:TAGS eng debug \ - -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ - -:SOURCES $(libgstvideoparsersbad_la_SOURCES) \ - -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstvideoparsersbad_la_CFLAGS) \ - -:LDFLAGS $(libgstvideoparsersbad_la_LDFLAGS) \ - $(libgstvideoparsersbad_la_LIBADD) \ - -ldl \ - -:LIBFILTER_STATIC gstbaseparse-@GST_API_VERSION@ \ - gstcodecparsers-@GST_API_VERSION@ \ - -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ - LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ - > $@ |