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.)
This commit is contained in:
wm4 2016-03-31 22:04:22 +02:00
parent c971220cdd
commit d0238711dc
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ iconv support use --disable-iconv.",
} , {
'name' : '--encoding',
'desc' : 'Encoding',
'default': 'disable',
'func': check_true,
}, {
'name': '--libbluray',