summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-02-01 00:49:48 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-02-01 00:50:46 +0000
commit1d4f136ac91e0936538856afd553bfae55b25d98 (patch)
treef25ee8621c2bb8a6607fd2d127e778b398ef40cf /configure.ac
parentcf0bec6385b786aa9c4e4841cf0eb3522a51a9a5 (diff)
downloadgstreamer-plugins-bad-1d4f136ac91e0936538856afd553bfae55b25d98.tar.gz
rsvg: bump requirement to 2.36.2
Which allows us to simplify the configure check and some special-casing in the code, and is plenty old in any case.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 1 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 921698737..448cb3782 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2722,17 +2722,7 @@ AG_GST_CHECK_FEATURE(PVR, [pvrvideosink], pvr, [
dnl *** rsvg ***
translit(dnm, m, l) AM_CONDITIONAL(USE_RSVG, true)
AG_GST_CHECK_FEATURE(RSVG, [rsvg decoder], rsvg, [
- PKG_CHECK_MODULES(RSVG, librsvg-2.0 >= 2.36 cairo, [
- HAVE_RSVG="yes"
- PKG_CHECK_MODULES(RSVG_2_36_2, librsvg-2.0 >= 2.36.2, HAVE_RSVG_2_36_2="yes", HAVE_RSVG_2_36_2="no")
- if test "x$HAVE_RSVG_2_36_2" = "xyes"; then
- AC_DEFINE(HAVE_RSVG_2_36_2, [1], [Have RSVG 2.36.2 or newer])
- fi
- ], [
- HAVE_RSVG="no"
- ])
- AC_SUBST(RSVG_CFLAGS)
- AC_SUBST(RSVG_LIBS)
+ AG_GST_PKG_CHECK_MODULES(RSVG, librsvg-2.0 >= 2.36.2)
])
dnl *** gl ***