diff options
author | wm4 <wm4@nowhere> | 2016-03-31 22:04:22 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-03-31 22:04:22 +0200 |
commit | d0238711dc776aeee2509452202ba4748f863ee4 (patch) | |
tree | 2509825389688ebc47e6782549f406c2982bff85 | |
parent | c971220cdd360b56efc0e67536bdf19501477aa4 (diff) |
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.)
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -325,6 +325,7 @@ iconv support use --disable-iconv.", } , { 'name' : '--encoding', 'desc' : 'Encoding', + 'default': 'disable', 'func': check_true, }, { 'name': '--libbluray', |