From 07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Sun, 14 Dec 2003 16:59:09 +0000 Subject: Adding a test app for libgstplay. It is a command line player. Original commit message from CVS: Adding a test app for libgstplay. It is a command line player. --- examples/gstplay/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/gstplay/Makefile.am (limited to 'examples/gstplay/Makefile.am') diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am new file mode 100644 index 00000000..7316c443 --- /dev/null +++ b/examples/gstplay/Makefile.am @@ -0,0 +1,7 @@ + +noinst_PROGRAMS = player + +player_SOURCES = player.c +player_LDFLAGS = \ + $(GST_LIBS) \ + $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la -- cgit v1.2.1