2009-02-27 10:35:14 +00:00
|
|
|
glib_enum_prefix = __gst_camerabin
|
2009-02-05 13:48:32 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/glib-gen.mak
|
|
|
|
|
|
|
|
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 \
|
|
|
|
camerabinimage.c \
|
|
|
|
camerabinvideo.c \
|
|
|
|
camerabingeneral.c \
|
2009-05-27 08:33:01 +00:00
|
|
|
camerabinpreview.c \
|
2009-02-05 13:48:32 +00:00
|
|
|
gstcamerabinphotography.c
|
|
|
|
|
|
|
|
nodist_libgstcamerabin_la_SOURCES = $(built_sources)
|
2009-02-09 14:48:20 +00:00
|
|
|
libgstcamerabin_la_CFLAGS = \
|
2009-06-22 20:49:03 +00:00
|
|
|
-I$(top_builddir)/gst-libs \
|
|
|
|
$(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) \
|
2009-06-05 18:17:55 +00:00
|
|
|
-lgstinterfaces-$(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 \
|
|
|
|
camerabinimage.h \
|
|
|
|
camerabinvideo.h \
|
|
|
|
camerabingeneral.h \
|
2009-05-27 08:33:01 +00:00
|
|
|
camerabinpreview.h \
|
2009-03-06 19:22:58 +00:00
|
|
|
gstcamerabinphotography.h
|