2002-01-12 03:34:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvideoscale.la
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2014-10-24 15:08:43 +00:00
|
|
|
libgstvideoscale_la_SOURCES = gstvideoscale.c
|
2010-06-07 06:47:16 +00:00
|
|
|
|
2014-10-24 15:08:43 +00:00
|
|
|
libgstvideoscale_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstvideoscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2006-05-12 21:30:00 +00:00
|
|
|
libgstvideoscale_la_LIBADD = \
|
2012-04-04 12:20:13 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
|
2014-10-24 15:08:43 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
2012-10-24 10:10:44 +00:00
|
|
|
libgstvideoscale_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2005-07-01 16:55:43 +00:00
|
|
|
noinst_HEADERS = \
|
2014-10-24 15:08:43 +00:00
|
|
|
gstvideoscale.h
|
2010-06-07 06:47:16 +00:00
|
|
|
|
2011-01-27 16:28:51 +00:00
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstvideoscale -:SHARED libgstvideoscale \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
2014-10-24 15:08:43 +00:00
|
|
|
-:SOURCES $(libgstvideoscale_la_SOURCES)
|
2011-01-27 16:28:51 +00:00
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstvideoscale_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstvideoscale_la_LDFLAGS) \
|
|
|
|
$(libgstvideoscale_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|