configure.ac: Bump orc requirement to 0.4.8.1

0.4.7 creates code with unavailable symbols
0.4.8 creates buggy code

Let's use git head of orc (which still won't work because git head
of orc still claims to be 0.4.8)

This allows all the rest of -bad to build properly.
This commit is contained in:
Edward Hervey 2010-09-05 11:45:35 +02:00
parent a80165d23b
commit 016b85a10b

View file

@ -223,7 +223,7 @@ if test "x$HAVE_X11" = "xyes"; then
fi
dnl Orc
ORC_CHECK([0.4.7])
ORC_CHECK([0.4.8.1])
dnl set license and copyright notice
GST_LICENSE="LGPL"