From 3d6c0c7d430560004b5f2e6ccba26ba64fa02da3 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 6 May 2005 11:12:18 +0000 Subject: [PATCH] add law plugin to build Original commit message from CVS: add law plugin to build --- ChangeLog | 1 + configure.ac | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d72598f3f7..3836bab4b7 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 diff --git a/configure.ac b/configure.ac index 60420bd4b9..b1fd958e73 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