2010-11-24 20:28:57 +00:00
|
|
|
plugin_LTLIBRARIES = libgstcamerabin2.la
|
|
|
|
|
2010-11-24 23:15:38 +00:00
|
|
|
libgstcamerabin2_la_SOURCES = gstviewfinderbin.c \
|
2010-11-25 16:00:50 +00:00
|
|
|
camerabingeneral.c \
|
2010-12-14 20:23:10 +00:00
|
|
|
gstwrappercamerabinsrc.c \
|
2010-11-26 13:14:46 +00:00
|
|
|
gstcamerabin2.c \
|
2010-11-24 23:15:38 +00:00
|
|
|
gstplugin.c
|
2010-11-24 20:28:57 +00:00
|
|
|
|
|
|
|
libgstcamerabin2_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
2011-01-03 23:49:51 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
2010-11-25 16:00:50 +00:00
|
|
|
-DGST_USE_UNSTABLE_API
|
2010-11-24 20:28:57 +00:00
|
|
|
|
|
|
|
libgstcamerabin2_la_LIBADD = \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_API_VERSION).la \
|
|
|
|
$(top_builddir)/gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc-$(GST_API_VERSION).la \
|
2012-04-13 11:10:13 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_API_VERSION) -lgstapp-$(GST_API_VERSION) -lgstpbutils-$(GST_API_VERSION) \
|
2011-01-03 23:49:51 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
2010-11-24 20:28:57 +00:00
|
|
|
|
|
|
|
libgstcamerabin2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstcamerabin2_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
2010-11-24 23:31:33 +00:00
|
|
|
noinst_HEADERS = gstviewfinderbin.h \
|
2010-11-25 16:00:50 +00:00
|
|
|
camerabingeneral.h \
|
2010-12-14 20:23:10 +00:00
|
|
|
gstwrappercamerabinsrc.h \
|
2010-12-13 22:36:41 +00:00
|
|
|
gstcamerabin2.h
|
2011-04-11 04:36:35 +00:00
|
|
|
|
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstcamerabin2 -:SHARED libgstcamerabin2 \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstcamerabin2_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstcamerabin2_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstcamerabin2_la_LDFLAGS) \
|
|
|
|
$(libgstcamerabin2_la_LIBADD) \
|
|
|
|
-ldl \
|
2012-04-04 12:41:22 +00:00
|
|
|
-:LIBFILTER_STATIC gstphotography-@GST_API_VERSION@ \
|
|
|
|
gstbasecamerabinsrc-@GST_API_VERSION@ \
|
2011-04-11 04:36:35 +00:00
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|