summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorBin Jin <bjin@ctrl-d.org>2016-06-10 12:22:51 +0000
committerwm4 <wm4@nowhere>2016-06-18 19:16:27 +0200
commit61bc96518afcfabfa07d6724ea517db5e9aba165 (patch)
treebbb6dc56a0e4fe00798ec98bdcbb9ccef628544b /wscript
parent47d9fbd13345e50468f0fc2bd574cbc60c89fc87 (diff)
downloadmpv-61bc96518afcfabfa07d6724ea517db5e9aba165.tar.bz2
mpv-61bc96518afcfabfa07d6724ea517db5e9aba165.tar.xz
vo_opengl: remove nnedi3 prescaler
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index aae6fa175e..1915f7cd67 100644
--- a/wscript
+++ b/wscript
@@ -10,11 +10,6 @@ from waftools.checks.custom import *
build_options = [
{
- 'name': '--gpl3',
- 'desc': 'GPL3 license',
- 'default': 'disable',
- 'func': check_true
- }, {
'name': '--cplayer',
'desc': 'mpv CLI player',
'default': 'enable',