X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-multimedia%2Fgstreamer1.0%2Fgstreamer1.0-plugins-base.inc;h=a7252040b3c4c3c16f4225dcba5df369bf772cfd;hp=8fdf53f4e7dca106b4e13af76667f220d14acd1e;hb=36bda3a5383a328d24f2a44883e5f497f45291f5;hpb=d5ed73c8eb69b1df41a91be4c5a92fd8881eade9;ds=sidebyside diff --git a/meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-base.inc b/meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-base.inc index 8fdf53f..a725204 100644 --- a/meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-base.inc +++ b/meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-base.inc @@ -12,7 +12,7 @@ PACKAGES_DYNAMIC =+ "^libgst.*" PACKAGECONFIG ?= " \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ - orc ivorbis ogg theora vorbis \ + orc ivorbis ogg theora vorbis cdparanoia \ " X11DEPENDS = "virtual/libx11 libsm libxrender" @@ -25,12 +25,11 @@ PACKAGECONFIG[ogg] = "--enable-ogg,--disable-ogg,libogg" PACKAGECONFIG[theora] = "--enable-theora,--disable-theora,libtheora" PACKAGECONFIG[vorbis] = "--enable-vorbis,--disable-vorbis,libvorbis" PACKAGECONFIG[pango] = "--enable-pango,--disable-pango,pango" - +PACKAGECONFIG[cdparanoia] = "--enable-cdparanoia,--disable-cdparanoia,cdparanoia" # cdparanoia and libvisual do not seem to exist anywhere in OE EXTRA_OECONF += " \ --disable-freetypetest \ - --disable-cdparanoia \ --disable-libvisual \ ${GSTREAMER_1_0_ORC} \ "