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 /Makefile.am | |
parent | 10496d32d77078782f402b8fea831f777faf7512 (diff) |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d98da6e8c..4d6929d8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,11 +8,11 @@ endif SUBDIRS = \ gst gst-libs sys ext \ - m4 common docs \ + m4 common docs tests \ $(SUBDIRS_EXAMPLES) DIST_SUBDIRS = \ - gst gst-libs sys ext m4 common docs examples + gst gst-libs sys ext m4 common docs examples tests EXTRA_DIST = \ gst-plugins-bad.spec depcomp \ |