]> granicus.if.org Git - handbrake/commitdiff
Build: Make --enable-qsv MinGW and Linux only. #1060
authorsr55 <sr55.hb@outlook.com>
Tue, 23 Jan 2018 16:52:10 +0000 (16:52 +0000)
committersr55 <sr55.hb@outlook.com>
Tue, 23 Jan 2018 16:52:10 +0000 (16:52 +0000)
make/configure.py

index 6dd049adb7eebf9d1096bd1c78fd0c7ae1817874..99c9a5f499b974ec7a9624755f468fd4c537cc02 100644 (file)
@@ -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