]> granicus.if.org Git - handbrake/commitdiff
qsv: better options handling for cross compilation
authormaxd <maxim.d33@gmail.com>
Tue, 21 Mar 2017 17:03:25 +0000 (18:03 +0100)
committerScott <sr55@users.noreply.github.com>
Tue, 4 Apr 2017 18:47:21 +0000 (19:47 +0100)
contrib/libmfx/module.defs

index 4be2fa2c1274068cbadecf2d683f536368c2dfcc..1308cc44ada90948c9eba4833275c502a023c3cc 100644 (file)
@@ -6,7 +6,7 @@ LIBMFX.FETCH.sha256 = e07d1024e86998ac3992620f5db0f999af51cc700f7de90da2ebbe1e8a
 
 LIBMFX.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv;
 
-ifneq (1,$(FEATURE.qsv))
+ifeq (1,$(BUILD.cross))
 LIBMFX.CONFIGURE.extra = --without-libva_drm --without-libva_x11
 endif