diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-21 10:37:13 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-21 10:37:13 +0000 |
commit | b1e0560a5124c137852763e4b0809b0ceb97c9ed (patch) | |
tree | a533aa037e9cca70c6136feb028e888f5417cf07 | |
parent | e76ea1ca88b2b9fb92484a95c216ab4db714f792 (diff) | |
download | gst-plugins-bad-b1e0560a5124c137852763e4b0809b0ceb97c9ed.tar.gz gst-plugins-bad-b1e0560a5124c137852763e4b0809b0ceb97c9ed.tar.bz2 gst-plugins-bad-b1e0560a5124c137852763e4b0809b0ceb97c9ed.zip |
configure.ac: Remove the "experimental" flag from the deinterlace2 plugin.
Original commit message from CVS:
* configure.ac:
Remove the "experimental" flag from the deinterlace2 plugin.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -1,6 +1,11 @@ 2008-11-21 Sebastian Dröge <sebastian.droege@collabora.co.uk> * configure.ac: + Remove the "experimental" flag from the deinterlace2 plugin. + +2008-11-21 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * configure.ac: * gst/mxf/Makefile.am: * gst/mxf/mxf.c: (plugin_init): * gst/mxf/mxfaes-bwf.c: diff --git a/configure.ac b/configure.ac index 28d15898..6a12ac79 100644 --- a/configure.ac +++ b/configure.ac @@ -289,9 +289,8 @@ if test "x$HAVE_CPU_I386" != "xyes" && test "x$HAVE_CPU_X86_64" != "xyes"; then fi dnl disable experimental plug-ins -if test "x$BUILD_EXPERIMENTAL" != "xyes"; then - AG_GST_DISABLE_PLUGIN(deinterlace2) -fi +#if test "x$BUILD_EXPERIMENTAL" != "xyes"; then +#fi dnl disable gst plugins we might not be able to build on this dnl platform: librfb (ugly but minimally invasive) |