summaryrefslogtreecommitdiff
path: root/src/lib/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-14 18:53:00 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-02 15:46:34 +0100
commitccfea0444597a54638a991a413937f503039fd62 (patch)
treec0373a0cb09e1f4cf69be3be75c380a3937e408c /src/lib/wscript
parent941eeb3ab5dbf0bbc23f60b43d9361b7b52969a5 (diff)
Move playback content store handling into ContentStore.
Then it's a singleton in the backend rather then being owned by a part of the GUI.
Diffstat (limited to 'src/lib/wscript')
-rw-r--r--src/lib/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript
index 2855041b2..ffab6404e 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -57,6 +57,7 @@ sources = """
config.cc
content.cc
content_factory.cc
+ content_store.cc
combine_dcp_job.cc
copy_dcp_details_to_film.cc
cpu_j2k_encoder_thread.cc