2010-06-24 15:37:36 +00:00
|
|
|
glib_gen_prefix = __gst_debugutils
|
|
|
|
glib_gen_basename = debugutils
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
|
|
|
|
|
|
|
built_sources = debugutils-marshal.c
|
|
|
|
built_headers = debugutils-marshal.h
|
|
|
|
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
EXTRA_DIST = debugutils-marshal.list
|
|
|
|
|
2009-05-01 00:59:56 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdebugutilsbad.la
|
2009-04-16 15:36:13 +00:00
|
|
|
|
2010-09-06 05:41:24 +00:00
|
|
|
libgstdebugutilsbad_la_SOURCES = \
|
2011-01-14 16:42:50 +00:00
|
|
|
gstdebugspy.c \
|
2010-09-06 05:41:24 +00:00
|
|
|
debugutilsbad.c \
|
2012-02-02 22:21:50 +00:00
|
|
|
fpsdisplaysink.c \
|
|
|
|
gstchecksumsink.c \
|
2010-12-02 07:04:57 +00:00
|
|
|
gstchecksumsink.h \
|
|
|
|
gstchopmydata.c \
|
2011-05-27 10:05:46 +00:00
|
|
|
gstchopmydata.h \
|
2011-06-17 10:10:06 +00:00
|
|
|
gstcompare.c \
|
|
|
|
gstcompare.h \
|
2011-05-27 10:05:46 +00:00
|
|
|
gstdebugspy.h
|
2011-06-17 10:10:06 +00:00
|
|
|
|
2010-06-24 15:37:36 +00:00
|
|
|
nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
|
2009-05-01 00:59:56 +00:00
|
|
|
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
2010-09-06 05:41:24 +00:00
|
|
|
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
2012-04-04 12:41:22 +00:00
|
|
|
-lgstvideo-$(GST_API_VERSION) \
|
2012-04-13 11:10:13 +00:00
|
|
|
$(GST_LIBS)
|
2009-05-01 00:59:56 +00:00
|
|
|
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static
|
2009-04-16 15:36:13 +00:00
|
|
|
|
2010-05-11 12:08:41 +00:00
|
|
|
noinst_HEADERS = fpsdisplaysink.h
|
2009-04-16 15:36:13 +00:00
|
|
|
|
2011-04-11 04:36:35 +00:00
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstdebugutils -:SHARED libgstdebugutils \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstdebugutils_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstdebugutils_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstdebugutils_la_LDFLAGS) \
|
|
|
|
$(libgstdebugutils_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
2011-05-27 10:05:46 +00:00
|
|
|
> $@
|