aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-12-04 11:00:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-04 11:19:31 +0000
commit667f1e5cb4e24cd868c8fcb6e434e70cf9383c87 (patch)
treecab5093f0f0b3102ccbd0edcdcf753653d85af61 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
parentf939ca25d4fbe83142b4e9f2671c96fb5f78d2ac (diff)
downloadopenembedded-core-contrib-667f1e5cb4e24cd868c8fcb6e434e70cf9383c87.tar.gz
gstreamer1.0-plugins-bad: add PACKAGECONFIG for librsvg
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 718c6fff98..08440a2536 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -17,7 +17,6 @@ PACKAGECONFIG ??= " \
orc curl uvch264 neon \
hls sbc dash bz2 smoothstreaming \
"
-# rsvg plugin requires librsvg >= 2.36
# dash = Dynamic Adaptive Streaming over HTTP
PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass"
PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
@@ -43,7 +42,7 @@ PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluid
PACKAGECONFIG[schroedinger] = "--enable-schro,--disable-schro,schroedinger"
PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2"
PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4"
-
+PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg"
# these plugins have not been ported to 1.0 (yet):
# directdraw vcd apexsink cdaudio dc1394 lv2 linsys musepack mythtv
@@ -92,7 +91,6 @@ EXTRA_OECONF += " \
--disable-pvr \
--disable-quicktime \
--disable-resindvd \
- --disable-rsvg \
--disable-rtmp \
--disable-sdl \
--disable-sdltest \