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:57:04 +0000 |
| commit | c8d104aa221bdccb0a11524c038b5f4c7c070554 (patch) | |
| tree | 9b4a62e03df9dc8ccf0ac381d6b8eb141e8d63c3 /src/lib/wscript | |
| parent | 5a03c6b8e5d088126378b2dd3aef93fbc0216d06 (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 |
