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
@ -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>
|
2008-11-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
@ -289,9 +289,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
|
#if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
|
||||||
AG_GST_DISABLE_PLUGIN(deinterlace2)
|
#fi
|
||||||
fi
|
|
||||||
|
|
||||||
dnl disable gst plugins we might not be able to build on this
|
dnl disable gst plugins we might not be able to build on this
|
||||||
dnl platform: librfb (ugly but minimally invasive)
|
dnl platform: librfb (ugly but minimally invasive)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user