diff options
author | wm4 <wm4@nowhere> | 2017-06-28 15:33:21 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-06-28 15:33:21 +0200 |
commit | 4f3c6a7f9dc8a881a0138aef7031067075a9f048 (patch) | |
tree | 105b2168d050ff5ef6aaf3ecef1fa57c0f9084f4 | |
parent | 2020786f986a836ce118b1bc76654f2b93ae047c (diff) | |
download | mpv-uwp.tar.bz2 mpv-uwp.tar.xz |
build: allow --disable-zlibuwp
Since strictly speaking, it's still optional. It's just very much
recommended not to disable it.
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -312,7 +312,7 @@ iconv support use --disable-iconv.", 'deps_neg': [ 'libass-osd' ], 'func': check_true, } , { - 'name': 'zlib', + 'name': '--zlib', 'desc': 'zlib', 'func': check_libs(['z'], check_statement('zlib.h', 'inflate(0, Z_NO_FLUSH)')), |