From dc997023cdcb8e76b9a6e2700322cf8f7fff2ff8 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 15 May 2007 02:54:52 +0000 Subject: 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. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.1