diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-10-17 20:48:35 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-10-17 20:48:35 +0000 |
commit | 7da0e3ec0059caf3f87ed04a6655fd68c4b81f20 (patch) | |
tree | 3792c03e6d9ac19a3a014b171ab3b835683faca3 /configure.ac | |
parent | 9d007a42e295eb53a34e701ec8e55c35dc9d228c (diff) | |
download | gst-plugins-bad-7da0e3ec0059caf3f87ed04a6655fd68c4b81f20.tar.gz gst-plugins-bad-7da0e3ec0059caf3f87ed04a6655fd68c4b81f20.tar.bz2 gst-plugins-bad-7da0e3ec0059caf3f87ed04a6655fd68c4b81f20.zip |
Fixed Speed - Recovered featured missed since version 1.37, and changed other minor things.
Original commit message from CVS:
Fixed Speed - Recovered featured missed since version 1.37, and changed other
minor things.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b37a0492..0da9988f 100644 --- a/configure.ac +++ b/configure.ac @@ -285,6 +285,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ + speed \ qtdemux \ tta \ " @@ -464,6 +465,7 @@ AC_CONFIG_FILES( Makefile gst-plugins-bad.spec gst/Makefile +gst/speed/Makefile gst/qtdemux/Makefile gst/tta/Makefile sys/Makefile |