Skip to content

Commit 77bdefe

Browse files
committed
contrib: Disable libva for libmfx.
Should be automatic, but it seems libmfx's configure script sometimes assumes libva is present. Hopefully this fixes Jenkins.
1 parent 1f20585 commit 77bdefe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

contrib/libmfx/module.defs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ LIBMFX.FETCH.sha256 = e07d1024e86998ac3992620f5db0f999af51cc700f7de90da2ebbe1e8a
66

77
LIBMFX.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv;
88

9+
LIBMFX.CONFIGURE.extra = --without-libva_drm --without-libva_x11
10+
911
## optional static libs need to be marked
1012
LIBMFX.OSL.libs = mfx
1113
LIBMFX.OSL.files = $(foreach i,$(LIBMFX.OSL.libs),$(call fn.ABSOLUTE,$(CONTRIB.build/)lib/lib$(i).a))

0 commit comments

Comments
 (0)