mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
configure: Require orc >= 0.4.6 for --compat
This commit is contained in:
parent
a437c2c651
commit
d4a999ca93
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.10.22
|
GST_REQ=0.10.22
|
||||||
ORC_REQ=0.4.5
|
ORC_REQ=0.4.6
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue