diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-20 07:52:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-20 07:52:21 +0000 |
| commit | 6a8f6bb77ab0a0e0b44bf3bd1cadbe7d55b1b632 (patch) | |
| tree | 79a2f414fc04f23ffbf484e6273756cfa2b76a0c | |
| parent | 4a6799c9d1666aa7db3a67d92bd3e31f16597e13 (diff) | |
| parent | 5ee6fb339860356956708b0169cc46e459f0c545 (diff) | |
Merge branch 'video-player' of ssh://houllier/home/carl/git/dvdomatic into video-player
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | src/lib/encoder.h | 1 | ||||
| -rw-r--r-- | wscript | 2 |
4 files changed, 22 insertions, 1 deletions
@@ -1,5 +1,13 @@ 2012-12-20 Carl Hetherington <cth@carlh.net> + * Version 0.68beta4 released. + +2012-12-20 Carl Hetherington <cth@carlh.net> + + * Version 0.68beta3 released. + +2012-12-20 Carl Hetherington <cth@carlh.net> + * Allow still-image DCPs to have external audio added to them (#13). 2012-12-19 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index d03978d7d..30b152110 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +dvdomatic (0.68beta4-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 20 Dec 2012 07:48:45 +0000 + +dvdomatic (0.68beta3-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 20 Dec 2012 00:35:45 +0000 + dvdomatic (0.68beta2-1) unstable; urgency=low * New upstream release. diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 8ab4479ef..e5916ad3a 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -28,6 +28,7 @@ #include <boost/thread/mutex.hpp> #include <boost/thread/condition.hpp> #include <boost/thread.hpp> +#include <boost/optional.hpp> #include <list> #include <stdint.h> extern "C" { @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.68beta2' +VERSION = '0.68beta4' def options(opt): opt.load('compiler_cxx') |
