diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-01 01:10:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-01 01:10:10 +0100 |
| commit | a847dd4b697fe015cbdd88b21db2faf5d5e97691 (patch) | |
| tree | 5f9931747ced6650ef3ec17ce9204f5d7f543d69 /features/wscript | |
| parent | 134b7b79a08c577d8e4e32f7389bf3cd5f5d9606 (diff) | |
fix build
Diffstat (limited to 'features/wscript')
| -rw-r--r-- | features/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/wscript b/features/wscript index f2909ce44..774df204a 100644 --- a/features/wscript +++ b/features/wscript @@ -34,7 +34,7 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'dcpomatic_cucumber' obj.uselib = 'CUCUMBER CUCUMBER_CPP BOOST_FILESYSTEM BOOST_THREAD BOOST_REGEX BOOST_THREAD BOOST_TEST WXWIDGETS DCP ' - obj.uselib += 'AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE SWRESAMPLE ' + obj.uselib += 'AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE SWRESAMPLE NANOMSG ' if bld.env.TARGET_WINDOWS_64 or bld.env.TARGET_WINDOWS_32: obj.uselib += 'WINSOCK2 OLE32 DSOUND WINMM KSUSER GL GLU GLEW ' obj.use = 'libdcpomatic2' |
