mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-08 17:34:49 +00:00
pnm: Remove the experimental status from the pnm plugin
This commit is contained in:
parent
fa47a5ff3a
commit
c7aa0aae4e
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue