diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-25 12:45:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-25 12:45:48 +0100 |
| commit | effc88be7dcf3e0848ed9dab8010e8c20cf4bb38 (patch) | |
| tree | 2e1571225d0835176077054da8a4055d6a9f869b /wscript | |
| parent | 86b6bee8957d6ec010d235f1ae83f1ec33a646c1 (diff) | |
Use libicu instead of uchardet and convert subrip files to UTF-8.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -159,9 +159,6 @@ def configure(conf): else: conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True) - # uchardet - conf.check_cfg(package='uchardet', args='--cflags --libs', uselib_store='UCHARDET', mandatory=True) - # libsndfile conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE', mandatory=True) |
