diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-14 17:39:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-20 11:20:25 +0000 |
| commit | 3f630fb8334238ab8a58fbe1a0f513ae2c00de80 (patch) | |
| tree | 4b773b91029d6374bfd4f2194053d3e249d597cd /asdcplib/wscript | |
| parent | 49cafda01b3e07c47e3b20dd5ee91e1426446aea (diff) | |
Simplify time representation; better in-tree DCP subtitle parser.
Diffstat (limited to 'asdcplib/wscript')
| -rw-r--r-- | asdcplib/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asdcplib/wscript b/asdcplib/wscript new file mode 100644 index 0000000..7d669b7 --- /dev/null +++ b/asdcplib/wscript @@ -0,0 +1,5 @@ +def configure(conf): + conf.recurse('src') + +def build(bld): + bld.recurse('src') |
