diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-12 21:04:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-12 21:04:06 +0000 |
| commit | 17cea71c34ed6bdba67aac8614572c7511844c2a (patch) | |
| tree | 41464576c5e2e6ab360789faf4b5fcc4358ee556 /src/lib/wscript | |
| parent | 13b935067e892875ea9e76c3d63fcc11d2c429b0 (diff) | |
Untested; more movement of stuff out of decoder.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 969a69606..4fc839097 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -8,6 +8,7 @@ def build(bld): obj.source = """ ab_transcode_job.cc ab_transcoder.cc + audio_source.cc check_hashes_job.cc config.cc copy_from_dvd_job.cc @@ -38,6 +39,7 @@ def build(bld): log.cc lut.cc make_dcp_job.cc + matcher.cc scp_dcp_job.cc scaler.cc screen.cc @@ -52,6 +54,7 @@ def build(bld): ui_signaller.cc util.cc version.cc + video_source.cc """ if not bld.env.DISABLE_PLAYER: |
