summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-04-14 08:42:23 -0600
committerJohn Stebbins <[email protected]>2016-04-14 08:42:23 -0600
commit12067277f2c948619cad3142c2a0b30e5f298af6 (patch)
tree50a84c5745084b7d17ca8e050961cad46f48a6c0
parentfeb73a57466ca56da50b9a72449a187107262c25 (diff)
qsv: support building on linux with libva
-rw-r--r--test/module.defs3
1 files changed, 3 insertions, 0 deletions
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))