pnm: Remove the experimental status from the pnm plugin

This commit is contained in:
Sebastian Dröge 2009-09-17 09:35:00 +02:00
parent fa47a5ff3a
commit c7aa0aae4e

View File

@ -309,9 +309,8 @@ if test "x$HAVE_CPU_I386" != "xyes" && test "x$HAVE_CPU_X86_64" != "xyes"; then
fi fi
dnl disable experimental plug-ins dnl disable experimental plug-ins
if test "x$BUILD_EXPERIMENTAL" != "xyes"; then dnl if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
AG_GST_DISABLE_PLUGIN(pnm) dnl fi
fi
# This will always succeed because we depend on GLib >= 2.16 # 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) PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.16, HAVE_GIO=yes, HAVE_GIO=no)