From 2a362d14c57007d1a28a06d8c96a095d4648772c Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 13 May 2009 10:30:35 +0200 Subject: flv: Actually add the flv plugin to configure.ac --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 372c095e..0ee24c81 100644 --- a/configure.ac +++ b/configure.ac @@ -282,6 +282,7 @@ AG_GST_CHECK_PLUGIN(cutter) AG_GST_CHECK_PLUGIN(debugutils) AG_GST_CHECK_PLUGIN(effectv) AG_GST_CHECK_PLUGIN(equalizer) +AG_GST_CHECK_PLUGIN(flv) AG_GST_CHECK_PLUGIN(id3demux) AG_GST_CHECK_PLUGIN(icydemux) AG_GST_CHECK_PLUGIN(interleave) @@ -1057,6 +1058,7 @@ gst/cutter/Makefile gst/debugutils/Makefile gst/effectv/Makefile gst/equalizer/Makefile +gst/flv/Makefile gst/id3demux/Makefile gst/icydemux/Makefile gst/interleave/Makefile -- cgit