Use libicu instead of uchardet and convert subrip files to UTF-8.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 8f6c487eeb21a510188ffd4bd21514817415c984..245f3353c1c03cc55bc2eaab23244e76db48a486 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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)