From 699452ef31cb41bf8a809e45350058b0ae462834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 26 Apr 2015 18:04:16 +0100 Subject: Remove obsolete Android build cruft This is not needed any longer. --- ext/x265/Makefile.am | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'ext/x265') diff --git a/ext/x265/Makefile.am b/ext/x265/Makefile.am index d2a810253..0f1e7f566 100644 --- a/ext/x265/Makefile.am +++ b/ext/x265/Makefile.am @@ -15,18 +15,3 @@ libgstx265_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstx265_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstx265enc.h - -Android.mk: Makefile.am $(BUILT_SOURCES) - androgenizer \ - -:PROJECT libgstx265 -:SHARED libgstx265 \ - -:TAGS eng debug \ - -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ - -:SOURCES $(libgstx265_la_SOURCES) \ - -:CPPFLAGS $(CPPFLAGS) \ - -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstx265_la_CFLAGS) -I'$$(GSTREAMER_AGGREGATE_TOP)/x265' \ - -:LDFLAGS $(libgstx265_la_LDFLAGS) \ - $(libgstx265_la_LIBADD) \ - -ldl \ - -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ - LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ - > $@ -- cgit v1.2.1