diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-11 23:15:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-11 23:15:18 +0000 |
| commit | 4f8f6baed5ca7c154f694e0d861f5988b6d0da73 (patch) | |
| tree | 569ced216f1139ae3997e4f626f200e19cfb9f50 /wscript | |
| parent | 5b94b810863d860ac11738ad827dedb5ff2e8607 (diff) | |
Tweak .deb deps, hopefully to work on 32/64 ubuntu.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ def configure(conf): # I think anyone else who builds would do so dynamically. conf.env.HAVE_DCP = 1 conf.env.STLIB_DCP = ['dcp', 'asdcp-libdcp', 'kumu-libdcp'] - conf.env.LIB_DCP = ['glibmm-2.4', 'xml++-2.6', 'ssl3', 'gnutls-openssl', 'crypto', 'bz2'] + conf.env.LIB_DCP = ['glibmm-2.4', 'xml++-2.6', 'ssl', 'crypto', 'bz2'] conf.env.HAVE_AVFORMAT = 1 conf.env.STLIB_AVFORMAT = ['avformat'] conf.env.HAVE_AVFILTER = 1 |
