summaryrefslogtreecommitdiffstats
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
commit08b451f17fba2689412e6eb8a660bf259ad80037 (patch)
tree122856a13e479c44909b0fd52bdd3915fa5be59d
parent0751f737336db408d0de424c2032b421d558dbbd (diff)
add law plugin to build
Original commit message from CVS: add law plugin to build
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac5
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d72598f3..3836bab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* ext/mad: ported plugin from threaded branch
* gst/effectv: ported plugins from threaded branch
+ * gst/law: enable law plugin as it compiles (Wim will fixor)
2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
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