diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2006-03-31 17:52:36 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2006-03-31 17:52:36 +0000 |
commit | 7becef8f96aa821eca208b8e5ef7980da8963d12 (patch) | |
tree | df9d8372e353331f6fae7ce94e92fa3722d7521b /configure.ac | |
parent | 10496d32d77078782f402b8fea831f777faf7512 (diff) | |
download | gst-plugins-bad-7becef8f96aa821eca208b8e5ef7980da8963d12.tar.gz gst-plugins-bad-7becef8f96aa821eca208b8e5ef7980da8963d12.tar.bz2 gst-plugins-bad-7becef8f96aa821eca208b8e5ef7980da8963d12.zip |
Add tests and fix PAR caps issue to ximagesrc
Original commit message from CVS:
2006-03-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* Makefile.am:
* configure.ac:
* sys/ximagesrc/ximagesrc.c:
(gst_ximagesrc_ximage_get),
(gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
* sys/ximagesrc/ximageutil.c:
* tests/Makefile.am:
* tests/icles/Makefile.am:
* tests/icles/ximagesrc-test.c: (terminate_playback), (main):
Add tests and fix PAR caps issue to ximagesrc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bea5b9cc..91cc508e 100644 --- a/configure.ac +++ b/configure.ac @@ -260,8 +260,8 @@ GST_PLUGINS_ALL="\ speed \ qtdemux \ xingheader \ - tta \ - " + tta \ + " dnl see if we can build C++ plug-ins if test "x$HAVE_CXX" = "xyes"; then @@ -869,6 +869,8 @@ docs/version.entities common/Makefile common/m4/Makefile m4/Makefile +tests/Makefile +tests/icles/Makefile ) AC_OUTPUT |