diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-04-26 17:49:33 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-04-26 18:42:34 +0100 |
commit | c680e324bc5170396d21bae7d1752b36d289f323 (patch) | |
tree | 35e8f99860abfc0a8b7ba59a2afd109b2d80639c /gst-libs/gst/rtp | |
parent | 0bedfc51a4d6dc31a723e14dacf1ffc0bc528e26 (diff) |
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'gst-libs/gst/rtp')
-rw-r--r-- | gst-libs/gst/rtp/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gst-libs/gst/rtp/Makefile.am b/gst-libs/gst/rtp/Makefile.am index 30183338d..bec9524aa 100644 --- a/gst-libs/gst/rtp/Makefile.am +++ b/gst-libs/gst/rtp/Makefile.am @@ -73,17 +73,3 @@ typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib) CLEANFILES = $(BUILT_GIRSOURCES) $(typelibs_DATA) endif - -Android.mk: Makefile.am $(BUILT_SOURCES) - androgenizer -:PROJECT libgstrtp -:SHARED libgstrtp-@GST_API_VERSION@ \ - -:TAGS eng debug \ - -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ - -:SOURCES $(libgstrtp_@GST_API_VERSION@_la_SOURCES) \ - -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstrtp_@GST_API_VERSION@_la_CFLAGS) \ - -:LDFLAGS $(libgstrtp_@GST_API_VERSION@_la_LDFLAGS) \ - $(libgstrtp_@GST_API_VERSION@_la_LIBADD) \ - -ldl \ - -:HEADER_TARGET gstreamer-@GST_API_VERSION@/gst/rtp \ - -:HEADERS $(libgstrtp_@GST_API_VERSION@include_HEADERS) \ - -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ - > $@ |