diff options
Diffstat (limited to 'make/include/main.defs')
-rw-r--r-- | make/include/main.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index 2554c11e7..bf6c5f4ec 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -68,6 +68,10 @@ ifneq ($(HAS.pthread),1) endif endif +ifeq (1,$(FEATURE.qsv)) + MODULES += contrib/libmfx +endif + MODULES += contrib/x264 ifneq (,$(filter $(BUILD.system),cygwin mingw)) |