diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-23 00:57:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-23 00:58:08 +0000 |
| commit | 24ba224ab4871e453df50fde94b5b32649a3d47b (patch) | |
| tree | 2c90d0f0dc1ce819f8599722e743e0017e98fd7b /src/lib/wscript | |
| parent | 1d4c7f065389981ba145b89a0a224cb986d8eb5b (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/wscript | 2 |
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 |
