summaryrefslogtreecommitdiff
path: root/gst/monoscope
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.co.uk>2011-04-10 18:56:52 -0400
committerEdward Hervey <edward.hervey@collabora.co.uk>2011-04-11 01:20:11 +0200
commitb541208b7713d9180cedda05edbf58595bb08210 (patch)
tree0a03af58806c0536c8db2bf6ad96a76fa312d533 /gst/monoscope
parentfd545e260d2f49a1a3ad39463ff5a21f4c1497f4 (diff)
android: Make it ready for androgenizer
Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
Diffstat (limited to 'gst/monoscope')
-rw-r--r--gst/monoscope/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/gst/monoscope/Makefile.am b/gst/monoscope/Makefile.am
index 7430c0e0d..f86946979 100644
--- a/gst/monoscope/Makefile.am
+++ b/gst/monoscope/Makefile.am
@@ -9,3 +9,16 @@ libgstmonoscope_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
libgstmonoscope_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstmonoscope_la_LIBTOOLFLAGS = --tag=disable-static
+Android.mk: Makefile.am $(BUILT_SOURCES)
+ androgenizer \
+ -:PROJECT libgstmonoscope -:SHARED libgstmonoscope \
+ -:TAGS eng debug \
+ -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
+ -:SOURCES $(libgstmonoscope_la_SOURCES) \
+ -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstmonoscope_la_CFLAGS) \
+ -:LDFLAGS $(libgstmonoscope_la_LDFLAGS) \
+ $(libgstmonoscope_la_LIBADD) \
+ -ldl \
+ -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
+ LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
+ > $@