diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ffmpeg/module.defs | 7 |
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 |