From e0a0ff019c951bf7bb6ec6825b5b4010a863c4a3 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. --- tests/old/examples/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/old/examples/Makefile.am b/tests/old/examples/Makefile.am index 6c582d9e..8c10c89e 100644 --- a/tests/old/examples/Makefile.am +++ b/tests/old/examples/Makefile.am @@ -10,5 +10,5 @@ else GTK_SUBDIRS= endif -SUBDIRS=$(GTK_SUBDIRS) -DIST_SUBDIRS=capsfilter dynparams seeking indexing +SUBDIRS=$(GTK_SUBDIRS) gstplay +DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay -- cgit