diff options
Diffstat (limited to 'test/module.defs')
-rw-r--r-- | test/module.defs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/module.defs b/test/module.defs index 66e95f2de..85c59533c 100644 --- a/test/module.defs +++ b/test/module.defs @@ -19,6 +19,11 @@ TEST.GCC.l = \ samplerate swscale theoraenc theoradec vorbis vorbisenc x264 \ bluray xml2 bz2 z +ifeq (1,$(FEATURE.qsv)) + TEST.GCC.l += mfx + TEST.GCC.D += USE_QSV HAVE_THREADS=1 +endif + ifeq (1,$(FEATURE.fdk_aac)) TEST.GCC.l += fdk-aac endif |