diff options
author | Rodeo <[email protected]> | 2013-08-22 20:33:35 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-08-22 20:33:35 +0000 |
commit | d41905d539046445e1b81499ff7bd04d170c91d4 (patch) | |
tree | 3f39a09e757bca8bc461d46303a2cb1c35e8d9a6 /test/module.defs | |
parent | c1a493b581f0567eba92625f2ee132de8e7f1d6d (diff) |
Big merge, QSV to trunk: part 1 (tracked files).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5737 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 |