Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-26 19:54:52 +0300
committerTim-Philipp Müller <tim@centricular.com>2015-04-26 19:55:07 +0300
commitd753a3eeb1b05a8d4e29d4f4d227a106a410aa31 (patch)
treefecb3fc265e0c5da7ad3937b67a117696fc415ce /gst/effectv
parent0ade8b813f99df42da046399a85d21198004b0ad (diff)
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'gst/effectv')
-rw-r--r--gst/effectv/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/gst/effectv/Makefile.am b/gst/effectv/Makefile.am
index d09111d62..14dff1d0b 100644
--- a/gst/effectv/Makefile.am
+++ b/gst/effectv/Makefile.am
@@ -20,17 +20,3 @@ libgsteffectv_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gsteffectv.h gstaging.h gstdice.h gstedge.h \
gstquark.h gstrev.h gstshagadelic.h gstvertigo.h gstwarp.h gstop.h \
gstradioac.h gststreak.h gstripple.h
-
-Android.mk: Makefile.am $(BUILT_SOURCES)
- androgenizer \
- -:PROJECT libgsteffectv -:SHARED libgsteffectv \
- -:TAGS eng debug \
- -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
- -:SOURCES $(libgsteffectv_la_SOURCES) \
- -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgsteffectv_la_CFLAGS) \
- -:LDFLAGS $(libgsteffectv_la_LDFLAGS) \
- $(libgsteffectv_la_LIBADD) \
- -ldl \
- -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
- LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
- > $@