mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
pnm: Mark PNM plugin as experimental because it doesn't work well yet
This commit is contained in:
parent
58a5e422b6
commit
1678e89301
1 changed files with 3 additions and 2 deletions
|
@ -308,8 +308,9 @@ 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
|
||||
#fi
|
||||
if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
|
||||
AG_GST_DISABLE_PLUGIN(pnm)
|
||||
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