projects
/
platform
/
upstream
/
gst-libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5bfa5
)
configure: actually check for orc
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 11 Sep 2012 12:27:55 +0000
(13:27 +0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 04a9f00fabd33a17c60f5a1f5c2b8fd4adc6fb2f..93b5b71317d4983779009795fa51620baf011d55 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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 ****