Support MarginL and MarginR in SSA subtitles (DoM #2811).
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 0e16b3c65f0d54ae295210dba92951707a56191b..776fd56bbf4da051445ab1abedf1057c0f239e73 100644 (file)
--- a/cscript
+++ b/cscript
@@ -21,9 +21,6 @@ import os
 
 option_defaults = { 'force-cpp11': False }
 
-def dependencies(target, options):
-    return (('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45'), ('libdcp', 'df504d64b878a409d469df8a166558919e3c2afb'))
-
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
     if target.platform == 'linux':