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/jpegformat | |
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/jpegformat')
-rw-r--r-- | gst/jpegformat/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gst/jpegformat/Makefile.am b/gst/jpegformat/Makefile.am index dc480b79f..66506cf6c 100644 --- a/gst/jpegformat/Makefile.am +++ b/gst/jpegformat/Makefile.am @@ -9,17 +9,3 @@ libgstjpegformat_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstjpegformat_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstjpegformat.h gstjpegparse.h gstjifmux.h - -Android.mk: Makefile.am $(BUILT_SOURCES) - androgenizer \ - -:PROJECT libgstjpegformat -:SHARED libgstjpegformat \ - -:TAGS eng debug \ - -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ - -:SOURCES $(libgstjpegformat_la_SOURCES) \ - -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstjpegformat_la_CFLAGS) \ - -:LDFLAGS $(libgstjpegformat_la_LDFLAGS) \ - $(libgstjpegformat_la_LIBADD) \ - -ldl \ - -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ - LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ - > $@ |