summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-05-06 11:12:18 +0000
committerChristian Schaller <uraeus@gnome.org>2005-05-06 11:12:18 +0000
commit3d6c0c7d430560004b5f2e6ccba26ba64fa02da3 (patch)
tree1f9f34c78d169752bb4d82beca460f4008c967e4 /configure.ac
parent8d34d4972b1bd985bb03abf1fe541b68932193e0 (diff)
downloadgst-plugins-bad-3d6c0c7d430560004b5f2e6ccba26ba64fa02da3.tar.gz
gst-plugins-bad-3d6c0c7d430560004b5f2e6ccba26ba64fa02da3.tar.bz2
gst-plugins-bad-3d6c0c7d430560004b5f2e6ccba26ba64fa02da3.zip
add law plugin to build
Original commit message from CVS: add law plugin to build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 60420bd4..b1fd958e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,7 +292,9 @@ GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|
AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl these are all the gst plug-ins, compilable without additional libs
-GST_PLUGINS_ALL="effectv"
+GST_PLUGINS_ALL="\
+ effectv \
+ law"
dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then
@@ -423,6 +425,7 @@ Makefile
gst-plugins.spec
gst/Makefile
gst/effectv/Makefile
+gst/law/Makefile
sys/Makefile
ext/Makefile
ext/mad/Makefile