summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Walker <[email protected]>2016-09-11 01:17:41 +0200
committerJohn Stebbins <[email protected]>2016-12-17 07:28:51 -0800
commit4eff4e28b333d71495365741fe55b8db45b446a9 (patch)
treeadc29c1a82767312d3aa00305ae89a65373204df
parent7edeb980c03eb59658c8b1db1ea73a461bacea0c (diff)
contrib: enable avcodec's libmfx (Intel QSV) support when applicable.
-rw-r--r--contrib/ffmpeg/module.defs7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index 296c1b542..de4009080 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -103,10 +103,9 @@ ifeq (none,$(FFMPEG.GCC.O))
FFMPEG.CONFIGURE.extra += --disable-optimizations
endif
-## not supported in release/11 branch without our patch
-## ifeq (1,$(FEATURE.qsv))
-## FFMPEG.CONFIGURE.extra += --enable-qsv
-## endif
+ifeq (1,$(FEATURE.qsv))
+ FFMPEG.CONFIGURE.extra += --enable-libmfx
+endif
## enable compile verbosity
FFMPEG.BUILD.extra = V=1