Basic video transcoding working.
[dcpomatic.git] / src / lib / wscript
index 4d63b9be3464a3e9acc4ee890f57ebfc44ed66a9..6f57736b74f299e6814b3048e34d77a188e80efc 100644 (file)
@@ -21,20 +21,23 @@ import os
 import i18n
 
 sources = """
+          active_subtitles.cc
           analyse_audio_job.cc
           atmos_mxf_content.cc
           audio_analysis.cc
           audio_buffers.cc
           audio_content.cc
           audio_decoder.cc
-          audio_decoder_stream.cc
           audio_delay.cc
           audio_filter.cc
           audio_filter_graph.cc
           audio_mapping.cc
+          audio_merger.cc
           audio_point.cc
           audio_processor.cc
+          audio_ring_buffers.cc
           audio_stream.cc
+          butler.cc
           case_insensitive_sorter.cc
           cinema.cc
           cinema_kdms.cc
@@ -53,11 +56,13 @@ sources = """
           dcp_subtitle.cc
           dcp_subtitle_content.cc
           dcp_subtitle_decoder.cc
+          dcp_transcoder.cc
           dcp_video.cc
           dcpomatic_socket.cc
           dcpomatic_time.cc
           decoder.cc
           decoder_factory.cc
+          decoder_part.cc
           digester.cc
           dolby_cp750.cc
           emailer.cc
@@ -78,6 +83,7 @@ sources = """
           ffmpeg_examiner.cc
           ffmpeg_stream.cc
           ffmpeg_subtitle_stream.cc
+          ffmpeg_transcoder.cc
           film.cc
           filter.cc
           font.cc
@@ -140,10 +146,10 @@ sources = """
           video_content_scale.cc
           video_decoder.cc
           video_filter_graph.cc
-          video_frame.cc
           video_mxf_content.cc
           video_mxf_decoder.cc
           video_mxf_examiner.cc
+          video_ring_buffers.cc
           writer.cc
           """