projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb73a5
)
qsv: support building on linux with libva
author
John Stebbins
<jstebbins.hb@gmail.com>
Thu, 14 Apr 2016 14:42:23 +0000
(08:42 -0600)
committer
John Stebbins
<jstebbins.hb@gmail.com>
Thu, 14 Apr 2016 14:42:23 +0000
(08:42 -0600)
test/module.defs
patch
|
blob
|
history
diff --git
a/test/module.defs
b/test/module.defs
index cec9bd6688b09ee91d65a5840b2aac3920652160..396b4b0703a8834b166b7fc4240b6fc8fe634183 100644
(file)
--- 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))