mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 16:43:51 +00:00
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
95d78c3710
commit
26a72e2dd7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user