Very basic audio processing framework.
[dcpomatic.git] / src / lib / wscript
index 407d9cde41551abab31aa43179de352b1ea26561..60150f4da5216f55a8f458aef8f12679d767d23f 100644 (file)
@@ -8,6 +8,7 @@ sources = """
           audio_content.cc
           audio_decoder.cc
           audio_mapping.cc
+          audio_processor.cc
           cinema.cc
           colour_conversion.cc
           config.cc
@@ -15,11 +16,17 @@ sources = """
           content_factory.cc
           content_subtitle.cc
           cross.cc
+          dcp_content.cc
           dcp_content_type.cc
-          dcp_video_frame.cc
+          dcp_decoder.cc
+          dcp_examiner.cc
+          dcp_subtitle_content.cc
+          dcp_subtitle_decoder.cc
+          dcp_video.cc
           dcpomatic_time.cc
           dolby_cp750.cc
           encoder.cc
+          encoded_data.cc
           examine_content_job.cc
           exceptions.cc
           file_group.cc
@@ -41,16 +48,20 @@ sources = """
           image_examiner.cc
           image_proxy.cc
           isdcf_metadata.cc
+          j2k_image_proxy.cc
           job.cc
           job_manager.cc
           kdm.cc
           json_server.cc
           log.cc
+          magick_image_proxy.cc
           md5_digester.cc
+          mid_side_decoder.cc
           player.cc
-          player_video_frame.cc
+          player_video.cc
           playlist.cc
           ratio.cc
+          raw_image_proxy.cc
           render_subtitles.cc
           resampler.cc
           scp_dcp_job.cc
@@ -58,6 +69,7 @@ sources = """
           send_kdm_email_job.cc
           server.cc
           server_finder.cc
+          single_stream_audio_content.cc
           sndfile_content.cc
           sndfile_decoder.cc
           sound_processor.cc