2003-12-19 02:39:38 +00:00
|
|
|
plugin_LTLIBRARIES = libgstasf.la
|
2002-10-17 21:41:47 +00:00
|
|
|
|
2009-02-20 12:48:08 +00:00
|
|
|
libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c asfpacket.c gstrtpasfdepay.c gstrtspwms.c
|
2010-03-19 00:03:53 +00:00
|
|
|
libgstasf_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libgstasf_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
2012-04-04 12:38:53 +00:00
|
|
|
-lgstriff-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \
|
|
|
|
-lgstrtp-@GST_API_VERSION@ -lgstaudio-@GST_API_VERSION@ -lgsttag-@GST_API_VERSION@ \
|
2010-03-19 00:03:53 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) \
|
2009-04-08 18:44:53 +00:00
|
|
|
$(WIN32_LIBS)
|
2003-12-19 02:39:38 +00:00
|
|
|
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-10-13 18:10:25 +00:00
|
|
|
libgstasf_la_LIBTOOLFLAGS = --tag=disable-static
|
2003-08-26 19:28:20 +00:00
|
|
|
|
2009-08-24 20:57:14 +00:00
|
|
|
noinst_HEADERS = gstasfdemux.h asfheaders.h asfpacket.h gstrtpasfdepay.h gstrtspwms.h
|
2011-04-10 22:24:22 +00:00
|
|
|
|
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstasfdemux -:SHARED libgstasfdemux \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstasfdemux_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstasfdemux_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstasfdemux_la_LDFLAGS) \
|
|
|
|
$(libgstasfdemux_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|