diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-26 00:20:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-26 00:20:21 +0100 |
| commit | 264a268f7c1244b47d9fa54ad342d80b0f98e16d (patch) | |
| tree | b184c193908fc96280ccffef4e51a67ab35eb69d /src/lib/wscript | |
| parent | 78e5a331074a456097a162d47501daf1df1ab1a3 (diff) | |
Basic if sketchy support for image sequences.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 100663b87..04dae7587 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -28,12 +28,12 @@ sources = """ film.cc filter.cc image.cc - still_image_content.cc - still_image_decoder.cc - still_image_examiner.cc job.cc job_manager.cc log.cc + moving_image_content.cc + moving_image_decoder.cc + moving_image_examiner.cc player.cc playlist.cc ratio.cc @@ -44,6 +44,9 @@ sources = """ sndfile_content.cc sndfile_decoder.cc sound_processor.cc + still_image_content.cc + still_image_decoder.cc + still_image_examiner.cc subtitle_content.cc subtitle_decoder.cc timer.cc |
