diff options
author | David Schleef <ds@schleef.org> | 2007-05-15 02:54:52 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-05-15 02:54:52 +0000 |
commit | dc997023cdcb8e76b9a6e2700322cf8f7fff2ff8 (patch) | |
tree | 8c8bf21bfede7efff574e430d42150472e9a61c1 /configure.ac | |
parent | f369175264dcceb03694ae38b5e04694e32a2d52 (diff) | |
download | gst-plugins-bad-dc997023cdcb8e76b9a6e2700322cf8f7fff2ff8.tar.gz gst-plugins-bad-dc997023cdcb8e76b9a6e2700322cf8f7fff2ff8.tar.bz2 gst-plugins-bad-dc997023cdcb8e76b9a6e2700322cf8f7fff2ff8.zip |
Add a Bayer-to-RGB converter. You know you want one, uh-huh.
Original commit message from CVS:
* configure.ac:
* gst/bayer/Makefile.am:
* gst/bayer/gstbayer.c:
* gst/bayer/gstbayer2rgb.c:
Add a Bayer-to-RGB converter. You know you want one, uh-huh.
Partial fix for #314160.
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 bbe3cc01..e93569fc 100644 --- a/configure.ac +++ b/configure.ac @@ -80,6 +80,7 @@ AG_GST_ARG_EXAMPLES dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ app \ + bayer \ cdxaparse \ deinterlace \ equalizer \ @@ -1090,6 +1091,7 @@ Makefile gst-plugins-bad.spec gst/Makefile gst/app/Makefile +gst/bayer/Makefile gst/cdxaparse/Makefile gst/deinterlace/Makefile gst/equalizer/Makefile |