configure: actually check for orc
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Sep 2012 12:27:55 +0000 (13:27 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Sep 2012 12:27:55 +0000 (13:27 +0100)
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.

configure.ac

index 04a9f00fabd33a17c60f5a1f5c2b8fd4adc6fb2f..93b5b71317d4983779009795fa51620baf011d55 100644 (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 ****