From c940421a753fd4b8281be5f89f0d6a718721db98 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Sun, 16 Aug 2009 21:01:27 +0200 Subject: gstlaunch: add new plugin that shares gstreamer launch lines This plugin is reading from a configuration KeyFile and creates a item for every group in this file. --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 816f74c2..a9344e45 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,4 +3,5 @@ mkdir -p m4 autoreconf -v --install || exit 1 glib-gettextize --force --copy || exit 1 ./configure --enable-vala --enable-maintainer-mode --enable-debug \ - --enable-test-plugin --enable-mediathek-plugin "$@" + --enable-test-plugin --enable-mediathek-plugin \ + --enable-gstlaunch-plugin "$@" -- cgit v1.2.1