projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
874808f
)
Require Orc >= 0.4.17
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Fri, 22 Mar 2013 10:50:34 +0000
(10:50 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Fri, 22 Mar 2013 10:50:34 +0000
(10:50 +0000)
Orc 0.4.17 fixes a bunch crashes on i386 and RPi when orc
functions can't be compiled and the fallback function is
supposed to be used. Also fixes some issues on PowerPC.
https://bugzilla.gnome.org/show_bug.cgi?id=684399
https://bugzilla.gnome.org/show_bug.cgi?id=693862
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index aa5c81e03d405248f1f6d89526b92b5567d819aa..92a1a8ef5f70377d5a3f3466b03f2240c220768d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-207,7
+207,7
@@
GLIB_REQ=2.32.0
AG_GST_GLIB_CHECK([$GLIB_REQ])
dnl Orc
-ORC_CHECK([0.4.1
6
])
+ORC_CHECK([0.4.1
7
])
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)