diff options
| author | Carl Hetherington <carl@ubuntu-12-10-32.lan> | 2012-12-08 00:04:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <carl@ubuntu-12-10-32.lan> | 2012-12-08 00:04:51 +0000 |
| commit | 208f804424cca01fde7def1d11afe295d564603c (patch) | |
| tree | 61acad7cabaab62efa600d2bc42158c2d297c73d /test/wscript | |
| parent | c09d415cac646bfd3067f359ca454dc5ea3679e5 (diff) | |
Fixes to static linking.
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' |
