From a0c931b6bfb05b56996a75bbfcf378cd44ef18e1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 19 Jun 2020 13:30:02 +0200 Subject: Make Atmos content work more like other content. Now its MXFs are re-written, meaning that they can be encrypted. This commit is mostly just for the backend. We also need a fair few checks/restrictions in the UI: - any present atmos content dictates the project frame rate - no mixed edit rates of atmos content - probably some other things I haven't thought of --- src/lib/wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/wscript') diff --git a/src/lib/wscript b/src/lib/wscript index ad4dbd87d..c2dfb55d8 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -25,7 +25,11 @@ sources = """ analyse_audio_job.cc analyse_subtitles_job.cc analytics.cc + atmos_content.cc atmos_mxf_content.cc + atmos_decoder.cc + atmos_metadata.cc + atmos_mxf_decoder.cc audio_analysis.cc audio_buffers.cc audio_content.cc -- cgit v1.2.3