diff options
author | Andy Wingo <wingo@pobox.com> | 2005-07-05 10:11:24 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-07-05 10:11:24 +0000 |
commit | 4fc0d55655eff5282c1cbeb14b39c9c698ab9d90 (patch) | |
tree | 9e0e3d2e75a9a155c572da968cd8a85c84e4c9a9 /configure.ac | |
parent | 77a7c4c8fbc7a9fb59039c0f9469923dd651c009 (diff) |
gst/videobox/gstvideobox.c: Clean up, port to 0.9, use
Original commit message from CVS:
2005-07-05 Andy Wingo <wingo@pobox.com>
* gst/videobox/gstvideobox.c: Clean up, port to 0.9, use
BaseTransform.
* gst/videobox/Makefile.am: Link to base libs, include
plugins-base cflags, dist the README.
* configure.ac (GST_PLUGIN_ALL, AC_CONFIG_FILES): Add videobox to
the build.
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 6acad339..c26d3c04 100644 --- a/configure.ac +++ b/configure.ac @@ -306,6 +306,7 @@ GST_PLUGINS_ALL="\ rtsp \ smpte \ udp \ + videobox \ videofilter \ " @@ -497,6 +498,7 @@ gst/rtp/Makefile gst/rtsp/Makefile gst/smpte/Makefile gst/udp/Makefile +gst/videobox/Makefile gst/videofilter/Makefile sys/Makefile ext/Makefile |