mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
add law plugin to build
Original commit message from CVS: add law plugin to build
This commit is contained in:
parent
431ec45241
commit
c509940a84
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* ext/mad: ported plugin from threaded branch
|
* ext/mad: ported plugin from threaded branch
|
||||||
* gst/effectv: ported plugins 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>
|
2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
|
|
|
@ -292,7 +292,9 @@ GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|
|
||||||
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
dnl these are all the gst plug-ins, compilable without additional libs
|
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
|
dnl see if we can build C++ plug-ins
|
||||||
if test "x$HAVE_CXX" = "xyes"; then
|
if test "x$HAVE_CXX" = "xyes"; then
|
||||||
|
@ -423,6 +425,7 @@ Makefile
|
||||||
gst-plugins.spec
|
gst-plugins.spec
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/effectv/Makefile
|
gst/effectv/Makefile
|
||||||
|
gst/law/Makefile
|
||||||
sys/Makefile
|
sys/Makefile
|
||||||
ext/Makefile
|
ext/Makefile
|
||||||
ext/mad/Makefile
|
ext/mad/Makefile
|
||||||
|
|
Loading…
Reference in a new issue