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.
This commit is contained in:
Sebastian Dröge 2008-11-21 10:37:13 +00:00
parent e76ea1ca88
commit b1e0560a51
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,8 @@
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:

View file

@ -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)