From c7aa0aae4e42d64d9a5a5f86329f2afb72dc6234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 17 Sep 2009 09:35:00 +0200 Subject: [PATCH] pnm: Remove the experimental status from the pnm plugin --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index e5444b4292..c33c04b006 100644 --- a/configure.ac +++ b/configure.ac @@ -309,9 +309,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(pnm) -fi +dnl if test "x$BUILD_EXPERIMENTAL" != "xyes"; then +dnl fi # This will always succeed because we depend on GLib >= 2.16 PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.16, HAVE_GIO=yes, HAVE_GIO=no)