2010-05-25 02:57:05 +00:00
|
|
|
plugin_LTLIBRARIES = libgstgeometrictransform.la
|
|
|
|
|
|
|
|
libgstgeometrictransform_la_SOURCES = plugin.c \
|
|
|
|
gstgeometrictransform.c \
|
2010-06-02 03:34:36 +00:00
|
|
|
gstcirclegeometrictransform.c \
|
2010-06-02 04:21:23 +00:00
|
|
|
geometricmath.c \
|
2010-06-02 21:58:42 +00:00
|
|
|
gstcircle.c \
|
2010-06-05 22:38:44 +00:00
|
|
|
gstdiffuse.c \
|
2010-06-02 04:21:23 +00:00
|
|
|
gstkaleidoscope.c \
|
2010-06-07 01:34:55 +00:00
|
|
|
gstmarble.c \
|
2010-06-02 03:48:15 +00:00
|
|
|
gstpinch.c \
|
2010-10-12 12:37:56 +00:00
|
|
|
gstrotate.c \
|
2010-06-03 02:55:41 +00:00
|
|
|
gstsphere.c \
|
2010-06-03 03:24:50 +00:00
|
|
|
gsttwirl.c \
|
2010-08-02 07:17:03 +00:00
|
|
|
gstwaterripple.c \
|
2010-08-02 07:39:51 +00:00
|
|
|
gststretch.c \
|
2010-08-02 08:46:44 +00:00
|
|
|
gstbulge.c \
|
2010-08-02 09:01:31 +00:00
|
|
|
gsttunnel.c \
|
2010-08-02 09:12:42 +00:00
|
|
|
gstsquare.c \
|
2010-08-02 09:30:50 +00:00
|
|
|
gstmirror.c \
|
|
|
|
gstfisheye.c
|
2010-05-25 02:57:05 +00:00
|
|
|
|
|
|
|
libgstgeometrictransform_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
2011-11-04 17:52:35 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS)
|
2010-06-08 01:21:10 +00:00
|
|
|
libgstgeometrictransform_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
2012-04-04 12:41:22 +00:00
|
|
|
-lgstvideo-@GST_API_VERSION@ \
|
2010-06-08 01:21:10 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS) $(LIBM)
|
2010-05-25 02:57:05 +00:00
|
|
|
libgstgeometrictransform_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstgeometrictransform_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
2010-06-02 03:34:36 +00:00
|
|
|
noinst_HEADERS = gstgeometrictransform.h \
|
|
|
|
gstcirclegeometrictransform.h \
|
2010-06-02 04:21:23 +00:00
|
|
|
geometricmath.h \
|
2010-06-02 21:58:42 +00:00
|
|
|
gstcircle.h \
|
2010-06-05 22:38:44 +00:00
|
|
|
gstdiffuse.h \
|
2010-06-02 04:21:23 +00:00
|
|
|
gstkaleidoscope.h \
|
2010-06-07 01:34:55 +00:00
|
|
|
gstmarble.h \
|
2010-06-02 03:48:15 +00:00
|
|
|
gstpinch.h \
|
2010-10-12 12:37:56 +00:00
|
|
|
gstrotate.h \
|
2010-06-03 02:55:41 +00:00
|
|
|
gstsphere.h \
|
2010-06-03 03:24:50 +00:00
|
|
|
gsttwirl.h \
|
2010-08-02 07:17:03 +00:00
|
|
|
gstwaterripple.h \
|
2010-08-02 07:39:51 +00:00
|
|
|
gststretch.h \
|
2010-08-02 08:46:44 +00:00
|
|
|
gstbulge.h \
|
2010-08-02 09:01:31 +00:00
|
|
|
gsttunnel.h \
|
2010-08-02 09:12:42 +00:00
|
|
|
gstsquare.h \
|
2010-08-02 09:30:50 +00:00
|
|
|
gstmirror.h \
|
|
|
|
gstfisheye.h
|
2011-04-11 04:36:35 +00:00
|
|
|
|
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstgeometrictransform -:SHARED libgstgeometrictransform \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstgeometrictransform_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstgeometrictransform_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstgeometrictransform_la_LDFLAGS) \
|
|
|
|
$(libgstgeometrictransform_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|