summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-01-23 16:52:10 +0000
committersr55 <[email protected]>2018-01-23 16:52:10 +0000
commite449a63fd03b5c93f53a205d149dd49a1d70eadc (patch)
tree665315fbd11544f45a17a8220001a122c16229f3
parent18a41587fba55d01c8e2eb6c6d342ce3448d2d58 (diff)
Build: Make --enable-qsv MinGW and Linux only. #1060
-rw-r--r--make/configure.py2
1 files changed, 1 insertions, 1 deletions
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