Remove A/B mode for now.
[dcpomatic.git] / src / lib / wscript
index d8cc8261d386bf0f06482b0bd71082312f22762b..9945fc753c4258fb54d32f54b68b3520d015545b 100644 (file)
@@ -2,8 +2,6 @@ import os
 import i18n
 
 sources = """
-          ab_transcode_job.cc
-         ab_transcoder.cc
           analyse_audio_job.cc
           audio_analysis.cc
           audio_buffers.cc
@@ -11,6 +9,7 @@ sources = """
           audio_decoder.cc
           audio_mapping.cc
           audio_source.cc
+          black_decoder.cc
           config.cc
           combiner.cc
           content.cc
@@ -24,12 +23,10 @@ sources = """
           examine_content_job.cc
           exceptions.cc
           filter_graph.cc
-          ffmpeg_compatibility.cc
           ffmpeg_content.cc
           ffmpeg_decoder.cc
           film.cc
           filter.cc
-          format.cc
           image.cc
           imagemagick_content.cc
           imagemagick_decoder.cc
@@ -37,11 +34,14 @@ sources = """
           job_manager.cc
           log.cc
           lut.cc
+          null_content.cc
           player.cc
           playlist.cc
+          ratio.cc
           scp_dcp_job.cc
           scaler.cc
           server.cc
+          silence_decoder.cc
           sndfile_content.cc
           sndfile_decoder.cc
           sound_processor.cc