diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 17:09:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 17:09:18 +0200 |
commit | 7e1ae3b97f8d4fefa6a3b82c31e76f04cf151da2 (patch) | |
tree | 9df955486e1a6e9bc9bee7489e3c62834362d41c /package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp | |
parent | 55dbf3bde2f62bcc7aa57db7a69a2530ec06c1ef (diff) |
update omxplayer and bcm2835-vc to latest git version, compile bcm2835
Diffstat (limited to 'package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp')
-rw-r--r-- | package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp b/package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp index 4ecea91ad..c23d1c9b3 100644 --- a/package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp +++ b/package/omxplayer/patches/patch-OMXPlayerSubtitles_cpp @@ -1,8 +1,8 @@ ---- 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 +--- omxplayer-0.2.orig/OMXPlayerSubtitles.cpp 2013-10-11 15:17:41.000000000 +0200 ++++ omxplayer-0.2/OMXPlayerSubtitles.cpp 2013-10-11 15:28:35.000000000 +0200 @@ -43,11 +43,9 @@ OMXPlayerSubtitles::OMXPlayerSubtitles() - m_font_size(), m_centered(), + m_ghost_box(), m_lines(), - m_av_clock(), -#ifndef NDEBUG |