From 77351078d761513faa9c2a87793c041368ef77d5 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 21 Oct 2002 17:06:52 +0000 Subject: Added a WAV file encoder Original commit message from CVS: Added a WAV file encoder --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b2eb0480..8e920c87 100644 --- a/configure.ac +++ b/configure.ac @@ -218,7 +218,7 @@ GST_PLUGINS_ALL="\ monoscope passthrough playondemand qtdemux rtjpeg silence sine\ smooth spectrum speed stereo stereomono synaesthesia\ udp videocrop videoscale videotestsrc volenv volume\ - vumeter wavparse y4m" + vumeter wavenc wavparse y4m" dnl see if we can build C++ plug-ins if test "x$HAVE_CXX" = "xyes"; then @@ -977,6 +977,7 @@ gst/videocrop/Makefile gst/volenv/Makefile gst/volume/Makefile gst/vumeter/Makefile +gst/wavenc/Makefile gst/wavparse/Makefile gst/y4m/Makefile sys/Makefile -- cgit v1.2.1