From 5e19f0229dafd991937f0d344d49dcef4917e710 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 6 Jan 2005 06:48:01 +0000 Subject: add a puzzle game with... Original commit message from CVS: * configure.ac: * gst/games/Makefile.am: * gst/games/gstpuzzle.c: add a puzzle game with... * gst/games/gstvideoimage.c: * gst/games/gstvideoimage.h: ... full colorspace support (that includes YUV9 and RGB16)) stolen from videotestsrc and made into something that would be a nice library for a lot of other plugins. --- gst/games/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gst/games/Makefile.am (limited to 'gst/games/Makefile.am') diff --git a/gst/games/Makefile.am b/gst/games/Makefile.am new file mode 100644 index 00000000..f3f812a7 --- /dev/null +++ b/gst/games/Makefile.am @@ -0,0 +1,12 @@ + +plugin_LTLIBRARIES = libgstpuzzle.la + +libgstpuzzle_la_SOURCES = \ + gstvideoimage.c \ + gstpuzzle.c + +libgstpuzzle_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS) -I$(top_srcdir)/gst/videofilter +libgstpuzzle_la_LIBADD = +libgstpuzzle_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBOIL_LIBS) + +noinst_HEADERS = gstvideoimage.h -- cgit v1.2.1