summaryrefslogtreecommitdiff
path: root/package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp
diff options
context:
space:
mode:
Diffstat (limited to 'package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp')
-rw-r--r--package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp b/package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp
new file mode 100644
index 000000000..4ecea91ad
--- /dev/null
+++ b/package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp
@@ -0,0 +1,17 @@
+--- omxplayer-0.1.orig/OMXPlayerSubtitles.cpp 2013-07-18 13:18:41.000000000 +0200
++++ omxplayer-0.1/OMXPlayerSubtitles.cpp 2013-07-22 11:04:00.000000000 +0200
+@@ -43,11 +43,9 @@ OMXPlayerSubtitles::OMXPlayerSubtitles()
+ m_font_size(),
+ m_centered(),
+ m_lines(),
+- m_av_clock(),
+-#ifndef NDEBUG
+- m_open()
+-#endif
+-{}
++ m_av_clock()
++{
++}
+
+ OMXPlayerSubtitles::~OMXPlayerSubtitles() BOOST_NOEXCEPT
+ {