2009-10-16 08:50:22 +00:00
|
|
|
glib_gen_prefix = __gst_camerabin
|
|
|
|
glib_gen_basename = gstcamerabin
|
2009-02-05 13:48:32 +00:00
|
|
|
|
2009-10-16 08:50:22 +00:00
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
2009-02-05 13:48:32 +00:00
|
|
|
|
|
|
|
built_sources = gstcamerabin-marshal.c
|
|
|
|
built_headers = gstcamerabin-marshal.h
|
|
|
|
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
EXTRA_DIST = gstcamerabin-marshal.list
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstcamerabin.la
|
|
|
|
|
|
|
|
libgstcamerabin_la_SOURCES = gstcamerabin.c \
|
|
|
|
gstcamerabincolorbalance.c \
|
2011-01-08 02:43:41 +00:00
|
|
|
gstinputselector.c \
|
2009-02-05 13:48:32 +00:00
|
|
|
camerabinimage.c \
|
|
|
|
camerabinvideo.c \
|
|
|
|
camerabingeneral.c \
|
2009-05-27 08:33:01 +00:00
|
|
|
camerabinpreview.c \
|
2009-10-28 10:47:19 +00:00
|
|
|
gstcamerabin-enum.c
|
2009-02-05 13:48:32 +00:00
|
|
|
|
|
|
|
nodist_libgstcamerabin_la_SOURCES = $(built_sources)
|
2009-02-09 14:48:20 +00:00
|
|
|
libgstcamerabin_la_CFLAGS = \
|
2010-05-20 00:12:55 +00:00
|
|
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
2009-06-22 20:49:03 +00:00
|
|
|
$(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
-DGST_USE_UNSTABLE_API
|
2009-02-09 14:48:20 +00:00
|
|
|
libgstcamerabin_la_LIBADD = \
|
2009-06-05 18:17:55 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la \
|
2009-02-09 14:48:20 +00:00
|
|
|
$(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
2010-08-31 00:21:49 +00:00
|
|
|
-lgstinterfaces-$(GST_MAJORMINOR) -lgsttag-$(GST_MAJORMINOR)
|
2009-02-05 13:48:32 +00:00
|
|
|
|
|
|
|
libgstcamerabin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2009-03-09 21:43:55 +00:00
|
|
|
libgstcamerabin_la_LIBTOOLFLAGS = --tag=disable-static
|
2009-02-05 13:48:32 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstcamerabin.h \
|
|
|
|
gstcamerabincolorbalance.h \
|
2011-01-08 02:43:41 +00:00
|
|
|
gstinputselector.h \
|
2009-02-05 13:48:32 +00:00
|
|
|
camerabinimage.h \
|
|
|
|
camerabinvideo.h \
|
2010-06-21 13:21:04 +00:00
|
|
|
camerabindebug.h \
|
2009-02-05 13:48:32 +00:00
|
|
|
camerabingeneral.h \
|
2009-05-27 08:33:01 +00:00
|
|
|
camerabinpreview.h \
|
2009-10-28 10:47:19 +00:00
|
|
|
gstcamerabin-enum.h
|