diff options
Diffstat (limited to 'gst/icydemux')
-rw-r--r-- | gst/icydemux/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gst/icydemux/Makefile.am b/gst/icydemux/Makefile.am index 167dd628b..b7f2c66af 100644 --- a/gst/icydemux/Makefile.am +++ b/gst/icydemux/Makefile.am @@ -7,3 +7,17 @@ libgsticydemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgsticydemux_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gsticydemux.h + +Android.mk: Makefile.am $(BUILT_SOURCES) + androgenizer \ + -:PROJECT libgsticydemux -:SHARED libgsticydemux \ + -:TAGS eng debug \ + -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ + -:SOURCES $(libgsticydemux_la_SOURCES) \ + -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgsticydemux_la_CFLAGS) \ + -:LDFLAGS $(libgsticydemux_la_LDFLAGS) \ + $(libgsticydemux_la_LIBADD) \ + -ldl \ + -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ + LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ + > $@ |