From: sr55 Date: Tue, 23 Jan 2018 16:52:10 +0000 (+0000) Subject: Build: Make --enable-qsv MinGW and Linux only. #1060 X-Git-Tag: 1.1.0~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e449a63fd03b5c93f53a205d149dd49a1d70eadc;p=handbrake Build: Make --enable-qsv MinGW and Linux only. #1060 --- diff --git a/make/configure.py b/make/configure.py index 6dd049adb..99c9a5f49 100644 --- a/make/configure.py +++ b/make/configure.py @@ -1301,7 +1301,7 @@ def createCLI(): grp.add_option( '--disable-gst', default=False, action='store_true', help=h ) - h = IfHost( 'enable Intel Quick Sync Video (QSV) hardware acceleration', '*-*-*', none=optparse.SUPPRESS_HELP ).value + h = IfHost( 'enable Intel Quick Sync Video (QSV) hardware acceleration. (Windows and Linux only)', '*-*-linux*', '*-*-mingw*', none=optparse.SUPPRESS_HELP ).value grp.add_option( '--enable-qsv', default=False, action='store_true', help=h ) h = IfHost( 'enable x265 video encoder', '*-*-*', none=optparse.SUPPRESS_HELP ).value