summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2009-08-16 21:01:27 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-09-03 18:41:29 +0300
commitc940421a753fd4b8281be5f89f0d6a718721db98 (patch)
tree5f1f6b7ec2bfd22b5255aaa80320c3f1eeb4e9e7 /autogen.sh
parent887875ee7dbffa3c9aa40e3c9ffcdcfd70e7fc5b (diff)
downloadrygel-c940421a753fd4b8281be5f89f0d6a718721db98.tar.gz
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
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 "$@"