wip: black pieces; sad part is that Shuffler can't cope with content that doesn't...
[dcpomatic.git] / src / lib / wscript
index 22fb144bc4b8598651468b5d182fe874f55fdb61..566d87c329846295533bce15431bd71fd758f655 100644 (file)
@@ -44,6 +44,7 @@ sources = """
           audio_processor.cc
           audio_ring_buffers.cc
           audio_stream.cc
+          black_decoder.cc
           butler.cc
           text_content.cc
           text_decoder.cc
@@ -85,7 +86,8 @@ sources = """
           dkdm_wrapper.cc
           dolby_cp750.cc
           emailer.cc
-          empty.cc
+          empty_audio.cc
+          empty_video.cc
           encoder.cc
           encode_server.cc
           encode_server_finder.cc
@@ -177,6 +179,7 @@ sources = """
           transcode_job.cc
           trusted_device.cc
           types.cc
+          rough_duration.cc
           signal_manager.cc
           stdout_log.cc
           update_checker.cc
@@ -228,9 +231,9 @@ def build(bld):
         obj.uselib += ' WINSOCK2 DBGHELP SHLWAPI MSWSOCK BOOST_LOCALE SETUPAPI OLE32 UUID'
         obj.source += ' cross_windows.cc'
     if bld.env.TARGET_OSX:
-        obj.source += ' cross_osx.cc'
+        obj.source += ' cross_osx.cc cross_unix.cc'
     if bld.env.TARGET_LINUX:
-        obj.source += ' cross_linux.cc'
+        obj.source += ' cross_linux.cc cross_unix.cc'
     if bld.env.STATIC_DCPOMATIC:
         obj.uselib += ' XMLPP'