Another try at sorting out the thorny question of timing.
[dcpomatic.git] / src / lib / wscript
index 54941df420aac8bc445f4805372711acf94a8dfe..3e7f2e33be88ada8822bfd2b8e5312f02f1173cb 100644 (file)
@@ -2,19 +2,13 @@ import os
 import i18n
 
 sources = """
-          ab_transcode_job.cc
-         ab_transcoder.cc
           analyse_audio_job.cc
           audio_analysis.cc
           audio_buffers.cc
           audio_content.cc
           audio_decoder.cc
           audio_mapping.cc
-          audio_source.cc
-          black_decoder.cc
           config.cc
-          combiner.cc
-          container.cc
           content.cc
           cross.cc
           dci_metadata.cc
@@ -26,25 +20,27 @@ sources = """
           examine_content_job.cc
           exceptions.cc
           filter_graph.cc
+          ffmpeg.cc
           ffmpeg_content.cc
           ffmpeg_decoder.cc
+          ffmpeg_examiner.cc
           film.cc
           filter.cc
-          format.cc
           image.cc
           imagemagick_content.cc
           imagemagick_decoder.cc
+          imagemagick_examiner.cc
           job.cc
           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
           """