summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-20 07:52:21 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-20 07:52:21 +0000
commit6a8f6bb77ab0a0e0b44bf3bd1cadbe7d55b1b632 (patch)
tree79a2f414fc04f23ffbf484e6273756cfa2b76a0c
parent4a6799c9d1666aa7db3a67d92bd3e31f16597e13 (diff)
parent5ee6fb339860356956708b0169cc46e459f0c545 (diff)
Merge branch 'video-player' of ssh://houllier/home/carl/git/dvdomatic into video-player
-rw-r--r--ChangeLog8
-rw-r--r--debian/changelog12
-rw-r--r--src/lib/encoder.h1
-rw-r--r--wscript2
4 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7a006cb4..8787a9b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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" {
diff --git a/wscript b/wscript
index 6ba196cce..5b31c5890 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.68beta2'
+VERSION = '0.68beta4'
def options(opt):
opt.load('compiler_cxx')