[oe-commits] Tim Orling : vlc: add PACKAGECONFIG for libva

git at git.openembedded.org git at git.openembedded.org
Mon Oct 13 08:04:04 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: e334908efc51f66aaa4bea16affea6deb37caf8e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e334908efc51f66aaa4bea16affea6deb37caf8e

Author: Tim Orling <ticotimo at gmail.com>
Date:   Sat Oct 11 19:47:25 2014 -0700

vlc: add PACKAGECONFIG for libva

libva is a floating dependency
libva requires libavcodec, so enable or disable both in tandem

Signed-off-by: Tim Orling <TicoTimo at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-multimedia/recipes-multimedia/vlc/vlc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
index 72a93f5..1b6f02a 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
@@ -51,6 +51,7 @@ PACKAGECONFIG[libass] = "--enable-libass,--disable-libass,libass"
 PACKAGECONFIG[mkv] = "--enable-mkv,--disable-mkv,libmatroska libebml"
 PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc"
 PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
+PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disable-avcodec,libva libav"
 
 do_configure_prepend() {
     cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true



More information about the Openembedded-commits mailing list