diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-27 01:13:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-27 01:13:07 +0100 |
| commit | 7ffd5bd9b4571c2db06a8c50419fe90b06ef1a07 (patch) | |
| tree | ae1f013240e02da963c6067ab71379caf04162aa /src/lib/wscript | |
| parent | 520203da69da7b6638cba569ca1975a7dd036b5e (diff) | |
Try to separate out filter graph code and use a different one for each different pixel format / size of frame.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 497af6e5c..969a69606 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -22,6 +22,7 @@ def build(bld): encoder.cc encoder_factory.cc examine_content_job.cc + filter_graph.cc ffmpeg_compatibility.cc ffmpeg_decoder.cc film.cc |
