summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-09 19:48:47 +0100
committerwm4 <wm4@nowhere>2016-12-09 19:48:59 +0100
commit0eb87e1baff89e7a979df23f31ca918f9d107e44 (patch)
tree39977001211eeb6f985f5e8e3bae4074011251b9 /wscript
parent2aebf3e482a7b9ee7bc4e46e3c72b3a20278f5b4 (diff)
downloadmpv-0eb87e1baff89e7a979df23f31ca918f9d107e44.tar.bz2
mpv-0eb87e1baff89e7a979df23f31ca918f9d107e44.tar.xz
charset_conv: drop enca and libguess support
Enca is dead. libguess is relatively useless due to not having an universal detection mode. On the other hand, libuchardet is actively developed. Manpages changes in the following commit.
Diffstat (limited to 'wscript')
-rw-r--r--wscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/wscript b/wscript
index 83d74c5f21..9d9c6a8047 100644
--- a/wscript
+++ b/wscript
@@ -356,16 +356,6 @@ iconv support use --disable-iconv.",
'desc': 'cdda support (libcdio)',
'func': check_pkg_config('libcdio_paranoia'),
}, {
- 'name': '--enca',
- 'desc': 'ENCA support',
- 'deps': [ 'iconv' ],
- 'func': check_statement('enca.h', 'enca_get_languages(NULL)', lib='enca'),
- }, {
- 'name': '--libguess',
- 'desc': 'libguess support',
- 'deps': [ 'iconv' ],
- 'func': check_pkg_config('libguess', '>= 1.0'),
- }, {
'name': '--uchardet',
'desc': 'uchardet support',
'deps': [ 'iconv' ],