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:
Tim-Philipp Müller 2012-09-11 13:27:55 +01:00
parent 1e5bfa5215
commit a44c3aeed3

View file

@ -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 ****