diff options
author | wm4 <wm4@nowhere> | 2018-04-29 20:03:24 +0200 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2018-05-03 01:08:44 +0300 |
commit | e02c9b9902f5bd356088cfbff3b9c333e50f1e47 (patch) | |
tree | 511c7b99c4288cab58d313f29caba78e4f8fdce1 /wscript | |
parent | 0ab3184526e7b9b95c06a3ec7a6674283a5922d0 (diff) |
build: make encoding mode non-optional
Makes it easier to not break the build by confusing the ifdeffery.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -342,10 +342,6 @@ iconv support use --disable-iconv.", check_statement('zlib.h', 'inflate(0, Z_NO_FLUSH)')), 'req': True, 'fmsg': 'Unable to find development files for zlib.' - } , { - 'name' : '--encoding', - 'desc' : 'Encoding', - 'func': check_true, }, { 'name': '--libbluray', 'desc': 'Bluray support', |