diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-26 01:21:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-26 17:04:31 +0100 |
| commit | 09a9ac376db005a40a351736bcff4077f098825d (patch) | |
| tree | 64ea69741155d15d114ad96daf0f90e24b3abe28 /src/lib/wscript | |
| parent | 46cd0fe7b5b514f0d9456b25f670679cc584a218 (diff) | |
Another try at sorting out the thorny question of timing.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index d0f102998..3e7f2e33b 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -8,10 +8,7 @@ sources = """ audio_content.cc audio_decoder.cc audio_mapping.cc - audio_source.cc - black_decoder.cc config.cc - combiner.cc content.cc cross.cc dci_metadata.cc @@ -37,14 +34,13 @@ sources = """ job_manager.cc log.cc lut.cc - null_content.cc player.cc playlist.cc ratio.cc + resampler.cc scp_dcp_job.cc scaler.cc server.cc - silence_decoder.cc sndfile_content.cc sndfile_decoder.cc sound_processor.cc @@ -57,7 +53,6 @@ sources = """ util.cc video_content.cc video_decoder.cc - video_source.cc writer.cc """ |
