summaryrefslogtreecommitdiff
path: root/src/lib/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-23 00:57:04 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-23 00:58:08 +0000
commit24ba224ab4871e453df50fde94b5b32649a3d47b (patch)
tree2c90d0f0dc1ce819f8599722e743e0017e98fd7b /src/lib/wscript
parent1d4c7f065389981ba145b89a0a224cb986d8eb5b (diff)
Fix implementation of delay in 7758260; it needs to apply to
anything passed to emit_video(), not just things that come from decoders.
Diffstat (limited to 'src/lib/wscript')
-rw-r--r--src/lib/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/wscript b/src/lib/wscript
index 46ced80ab..ae8ab30cb 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -63,7 +63,6 @@ sources = """
decoder.cc
decoder_factory.cc
decoder_part.cc
- delay.cc
digester.cc
dkdm_wrapper.cc
dolby_cp750.cc
@@ -147,7 +146,6 @@ sources = """
upmixer_a.cc
upmixer_b.cc
util.cc
- video_adjuster.cc
video_content.cc
video_content_scale.cc
video_decoder.cc