From 11a78399d8f81a48c8d16dcee1cadc63f9df68ef Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 12 Jun 2009 10:40:48 +0300 Subject: camerabin: add camerabin examples gst-camera is a gtk-test app to play with the imagecapture and videorecording. gst-camera-perf is a tool to run various scenarios and take time meassurements (e.g. shot-to-shot). Also sort the output files in configure.ac a bit to be in alphabetical order. --- tests/examples/camerabin/Makefile.am | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tests/examples/camerabin/Makefile.am (limited to 'tests/examples/camerabin/Makefile.am') diff --git a/tests/examples/camerabin/Makefile.am b/tests/examples/camerabin/Makefile.am new file mode 100644 index 00000000..df88cf14 --- /dev/null +++ b/tests/examples/camerabin/Makefile.am @@ -0,0 +1,39 @@ +GST_CAMERABIN_GLADE_FILES = gst-camera.glade + +if HAVE_GLADE +if HAVE_GTK + +GST_CAMERABIN_GTK_EXAMPLES = gst-camera + +gst_camera_SOURCES = gst-camera.c +gst_camera_CFLAGS = \ + -I$(top_builddir)/gst-libs \ + $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GLADE_CFLAGS) \ + -DGST_USE_UNSTABLE_API +gst_camera_LDADD = \ + $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la \ + $(GST_PLUGINS_BASE_LIBS) \ + -lgstinterfaces-@GST_MAJORMINOR@ \ + $(GST_LIBS) \ + $(GLADE_LIBS) + +gladedir = $(datadir)/gstreamer-@GST_MAJORMINOR@/camera-apps +glade_DATA = $(GST_CAMERABIN_GLADE_FILES) + +INCLUDES = -DCAMERA_APPS_GLADEDIR=\""$(gladedir)"\" + +else +GST_CAMERABIN_GTK_EXAMPLES = +endif +else +GST_CAMERABIN_GTK_EXAMPLES = +endif + +gst_camera_perf_SOURCES = gst-camera-perf.c +gst_camera_perf_CFLAGS = $(GST_CFLAGS) +gst_camera_perf_LDADD = $(GST_LIBS) + +bin_PROGRAMS = gst-camera-perf $(GST_CAMERABIN_GTK_EXAMPLES) + +EXTRA_DIST = $(GST_CAMERABIN_GLADE_FILES) + -- cgit v1.2.1