mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +00:00
configure: bump the orc version required to 0.4.16
Some opcodes have changed so they would fail to build with 0.4.14
This commit is contained in:
parent
e044e0fab4
commit
91bc930c42
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ AC_SUBST(EXIF_CFLAGS)
|
||||||
AM_CONDITIONAL(USE_EXIF, test "x$HAVE_EXIF" = "xyes")
|
AM_CONDITIONAL(USE_EXIF, test "x$HAVE_EXIF" = "xyes")
|
||||||
|
|
||||||
dnl Orc
|
dnl Orc
|
||||||
ORC_CHECK([0.4.11])
|
ORC_CHECK([0.4.16])
|
||||||
|
|
||||||
dnl set license and copyright notice
|
dnl set license and copyright notice
|
||||||
GST_LICENSE="LGPL"
|
GST_LICENSE="LGPL"
|
||||||
|
|
Loading…
Reference in a new issue