From: John Stebbins Date: Thu, 14 Apr 2016 14:42:23 +0000 (-0600) Subject: qsv: support building on linux with libva X-Git-Tag: 1.0.0~521 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12067277f2c948619cad3142c2a0b30e5f298af6;p=handbrake qsv: support building on linux with libva --- diff --git a/test/module.defs b/test/module.defs index cec9bd668..396b4b070 100644 --- a/test/module.defs +++ b/test/module.defs @@ -21,6 +21,9 @@ TEST.GCC.l = \ ifeq (1,$(FEATURE.qsv)) TEST.GCC.D += USE_QSV HAVE_THREADS=1 +ifeq ($(BUILD.system),linux) + TEST.GCC.l += va va-drm +endif endif ifeq (1,$(FEATURE.x265))