diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-09 13:35:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-09 13:35:10 +0000 |
| commit | 2385a5c4e83295921ec10e59bb2b2b66a492bb47 (patch) | |
| tree | 8ab2f0d787fa89f8cff5c0f93de0c228f931ca96 /test/wscript | |
| parent | 6f39875e07907cb136485649b9fbe4da73d9aae7 (diff) | |
| parent | 4b27d4bc0f0ac7fbe944f67d44ca4e71c2ba58e5 (diff) | |
Fix merge.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index 3b809f939..15d5410b3 100644 --- a/test/wscript +++ b/test/wscript @@ -8,7 +8,7 @@ def configure(conf): def build(bld): obj = bld(features = 'cxx cxxprogram') obj.name = 'unit-tests' - obj.uselib = 'BOOST_TEST DCP' + obj.uselib = 'BOOST_TEST DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC' obj.use = 'libdvdomatic' obj.source = 'test.cc' obj.target = 'unit-tests' |
