diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-09-26 15:19:38 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-09-26 15:19:38 +0000 |
commit | 5e6df56d96c15da1fea4968ef1cdb9c57bf20983 (patch) | |
tree | 2e331e2fdb9a41e7c5f836766efa918add85b321 /configure.ac | |
parent | efbe7fb694f1edb233712600227c53c19cb7ff45 (diff) | |
download | gst-plugins-bad-5e6df56d96c15da1fea4968ef1cdb9c57bf20983.tar.gz gst-plugins-bad-5e6df56d96c15da1fea4968ef1cdb9c57bf20983.tar.bz2 gst-plugins-bad-5e6df56d96c15da1fea4968ef1cdb9c57bf20983.zip |
some disting and build fixes
Original commit message from CVS:
some disting and build fixes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 74d5d245..575721e6 100644 --- a/configure.ac +++ b/configure.ac @@ -288,6 +288,8 @@ dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ qtdemux \ tta \ + librfb \ + speed \ " dnl see if we can build C++ plug-ins @@ -465,6 +467,7 @@ AC_CONFIG_FILES( Makefile gst-plugins-bad.spec gst/Makefile +gst/librfb/Makefile gst/qtdemux/Makefile gst/speed/Makefile gst/tta/Makefile |