summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-31 22:04:22 +0200
committerwm4 <wm4@nowhere>2016-03-31 22:04:22 +0200
commitd0238711dc776aeee2509452202ba4748f863ee4 (patch)
tree2509825389688ebc47e6782549f406c2982bff85 /wscript
parentc971220cdd360b56efc0e67536bdf19501477aa4 (diff)
downloadmpv-d0238711dc776aeee2509452202ba4748f863ee4.tar.bz2
mpv-d0238711dc776aeee2509452202ba4748f863ee4.tar.xz
build: disable encoding mode by default
Encoding mode uses deprecated API. See previous commit. Encoding mode will stop working/compiling at some point in the future, so unless someone fixes the encoding code, it will stay disabled by default. (Note that the deprecations are not merged in FFmpeg yet, but they will soon. They've been deprecated in Libav for a while now.)
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index c1254f2372..21682ae17f 100644
--- a/wscript
+++ b/wscript
@@ -325,6 +325,7 @@ iconv support use --disable-iconv.",
} , {
'name' : '--encoding',
'desc' : 'Encoding',
+ 'default': 'disable',
'func': check_true,
}, {
'name': '--libbluray',