From b1e0560a5124c137852763e4b0809b0ceb97c9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 21 Nov 2008 10:37:13 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ configure.ac | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 852a382fed..67aeb3ce76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-21 Sebastian Dröge + + * configure.ac: + Remove the "experimental" flag from the deinterlace2 plugin. + 2008-11-21 Sebastian Dröge * configure.ac: diff --git a/configure.ac b/configure.ac index 28d15898d5..6a12ac79b8 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)