diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2012-12-11 Carl Hetherington <cth@carlh.net> + * More .deb dep tweaks. + +2012-12-11 Carl Hetherington <cth@carlh.net> + * Version 0.60 released. 2012-12-11 Carl Hetherington <cth@carlh.net> @@ -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 |
