mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 03:45:39 +00:00
configure: actually check for orc
Otherwise we get a scary "orc acceleration disabled, orc not found or too old" message at the end of the configure output. It's used by libswscale.
This commit is contained in:
parent
1e5bfa5215
commit
a44c3aeed3
1 changed files with 2 additions and 0 deletions
|
@ -46,7 +46,9 @@ AS_LIBTOOL(GST, 0, 0, 0)
|
|||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.11.93
|
||||
|
||||
ORC_REQ=0.4.16
|
||||
ORC_CHECK([$ORC_REQ])
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
Loading…
Reference in a new issue