mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
a80165d23b
commit
016b85a10b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue