aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge2009-08-13 09:45:55 -0500
committerSebastian Dröge2009-08-31 02:13:53 -0500
commitde1f057725a5972afba11e05a63796eab8643574 (patch)
tree03ec44d5b18a1cdd99566555c234fd11d0356ec2 /configure.ac
parent55cdea8e7a62a0e722693a40134e3ad70a1188c8 (diff)
downloadgst-plugins-bad0-10-de1f057725a5972afba11e05a63796eab8643574.tar.gz
gst-plugins-bad0-10-de1f057725a5972afba11e05a63796eab8643574.tar.xz
gst-plugins-bad0-10-de1f057725a5972afba11e05a63796eab8643574.zip
rsvg: Add RSVG SVG decoder plugin
This supports - decoding single SVG images and a stream of SVG images with a given framerate - lossless scaling of SVG images - ARGB output
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e1155e45b..e639cd0b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1303,6 +1303,17 @@ AG_GST_CHECK_FEATURE(OFA, [ofa plugins], ofa, [
1303 AC_SUBST(OFA_LIBS) 1303 AC_SUBST(OFA_LIBS)
1304]) 1304])
1305 1305
1306dnl *** rsvg ***
1307translit(dnm, m, l) AM_CONDITIONAL(USE_RSVG, true)
1308AG_GST_CHECK_FEATURE(RSVG, [rsvg decoder], rsvg, [
1309 PKG_CHECK_MODULES(RSVG, librsvg-2.0 >= 2.14 cairo, HAVE_RSVG="yes", [
1310 HAVE_RSVG="no"
1311 AC_MSG_RESULT(no)
1312 ])
1313 AC_SUBST(RSVG_CFLAGS)
1314 AC_SUBST(RSVG_LIBS)
1315])
1316
1306dnl *** timidity *** 1317dnl *** timidity ***
1307translit(dnm, m, l) AM_CONDITIONAL(USE_TIMIDITY, true) 1318translit(dnm, m, l) AM_CONDITIONAL(USE_TIMIDITY, true)
1308AG_GST_CHECK_FEATURE(TIMIDITY, [timidity midi soft synth plugin], timidity, [ 1319AG_GST_CHECK_FEATURE(TIMIDITY, [timidity midi soft synth plugin], timidity, [
@@ -1805,6 +1816,7 @@ ext/mythtv/Makefile
1805ext/nas/Makefile 1816ext/nas/Makefile
1806ext/neon/Makefile 1817ext/neon/Makefile
1807ext/ofa/Makefile 1818ext/ofa/Makefile
1819ext/rsvg/Makefile
1808ext/resindvd/Makefile 1820ext/resindvd/Makefile
1809ext/schroedinger/Makefile 1821ext/schroedinger/Makefile
1810ext/sdl/Makefile 1822ext/sdl/Makefile