projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a6024
)
configure: Require orc 0.4.8
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Wed, 8 Sep 2010 16:35:08 +0000
(18:35 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Wed, 8 Sep 2010 16:36:55 +0000
(18:36 +0200)
The deinterlace plugin apparently fails to compile with older versions.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b262b20476898f79dce67cb945a104bf88945206..77ac1eac1cb4972e7bf07b7e04174c9cc5e71126 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-208,8
+208,7
@@
dnl GLib is required
AG_GST_GLIB_CHECK([2.18])
dnl Orc
-ORC_CHECK([0.4.7])
-
+ORC_CHECK([0.4.8])
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)