aboutsummaryrefslogtreecommitdiffstats
path: root/testing/handbrake/disable-nvenc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/handbrake/disable-nvenc.patch')
-rw-r--r--testing/handbrake/disable-nvenc.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/handbrake/disable-nvenc.patch b/testing/handbrake/disable-nvenc.patch
deleted file mode 100644
index d062b9cefd0..00000000000
--- a/testing/handbrake/disable-nvenc.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/make/configure.py
-+++ b/make/configure.py
-@@ -1321,6 +1321,7 @@ def createCLI():
-
- h = IfHost( 'enable Nvidia NVEnc video encoder', '*-*-*', none=optparse.SUPPRESS_HELP ).value
- grp.add_option( '--enable-nvenc', dest="enable_nvenc", default=not (host.match( '*-*-darwin*' ) or host.match( '*-*-freebsd*' )), action='store_true', help=h )
-+ grp.add_option( '--disable-nvenc', dest="enable_nvenc", action='store_false' )
-
-
- cli.add_option_group( grp )