Use the set locale for boost::lexical_cast to fix #824.
[dcpomatic.git] / src / lib / wscript
index 263d222c2f71813ae72e844b0a6dd0cb942a044d..8dd241a4d92852ee6baab7969bf0d354b1ee2705 100644 (file)
@@ -28,10 +28,12 @@ sources = """
           audio_decoder_stream.cc
           audio_delay.cc
           audio_filter.cc
+          audio_filter_graph.cc
           audio_mapping.cc
           audio_point.cc
           audio_processor.cc
           audio_stream.cc
+          case_insensitive_sorter.cc
           cinema.cc
           cinema_kdms.cc
           cinema_sound_processor.cc
@@ -41,7 +43,6 @@ sources = """
           content_factory.cc
           cross.cc
           curl_uploader.cc
-          data.cc
           dcp_content.cc
           dcp_content_type.cc
           dcp_decoder.cc
@@ -55,6 +56,8 @@ sources = """
           dolby_cp750.cc
           emailer.cc
           encoder.cc
+          encode_server.cc
+          encode_server_finder.cc
           encoded_log_entry.cc
           environment_info.cc
           examine_content_job.cc
@@ -79,6 +82,7 @@ sources = """
           image_content.cc
           image_decoder.cc
           image_examiner.cc
+          image_filename_sorter.cc
           image_proxy.cc
           isdcf_metadata.cc
           j2k_image_proxy.cc
@@ -100,6 +104,7 @@ sources = """
           reel_writer.cc
           render_subtitles.cc
           resampler.cc
+          rgba.cc
           safe_stringstream.cc
           scoped_temporary.cc
           scp_uploader.cc
@@ -108,16 +113,15 @@ sources = """
           send_kdm_email_job.cc
           send_problem_report_job.cc
           server.cc
-          server_finder.cc
           single_stream_audio_content.cc
           sndfile_base.cc
           sndfile_content.cc
           sndfile_decoder.cc
           sndfile_examiner.cc
           string_log_entry.cc
-          subrip.cc
-          subrip_content.cc
-          subrip_decoder.cc
+          text_subtitle.cc
+          text_subtitle_content.cc
+          text_subtitle_decoder.cc
           subtitle_content.cc
           subtitle_decoder.cc
           timer.cc
@@ -134,6 +138,7 @@ sources = """
           video_content.cc
           video_content_scale.cc
           video_decoder.cc
+          video_filter_graph.cc
           writer.cc
           """
 
@@ -148,8 +153,8 @@ def build(bld):
     obj.uselib = """
                  AVCODEC AVUTIL AVFORMAT AVFILTER SWSCALE
                  BOOST_FILESYSTEM BOOST_THREAD BOOST_DATETIME BOOST_SIGNALS2 BOOST_REGEX
-                 SNDFILE SAMPLERATE OPENJPEG POSTPROC TIFF MAGICK SSH DCP CXML GLIB LZMA XML++
-                 CURL ZIP FONTCONFIG PANGOMM CAIROMM XMLSEC SUB ICU
+                 SNDFILE SAMPLERATE POSTPROC TIFF MAGICK SSH DCP CXML GLIB LZMA XML++
+                 CURL ZIP FONTCONFIG PANGOMM CAIROMM XMLSEC SUB ICU PATCHED_FFMPEG
                  """
 
     if bld.env.TARGET_OSX: