mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
e76ea1ca88
commit
b1e0560a51
2 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue