From 208f804424cca01fde7def1d11afe295d564603c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Dec 2012 00:04:51 +0000 Subject: Fixes to static linking. --- test/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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' -- cgit v1.2.3