diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-11-29 14:12:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-29 13:46:28 +0000 |
commit | 240d256d46611ccdcfceccc743b145f2f300d05f (patch) | |
tree | 189db399a3130946e6e1081b6b1d2276c8d9b71f /meta | |
parent | 4f408de16bedeab1ffe4fa80100bb60d5335bf97 (diff) | |
download | poky-240d256d46611ccdcfceccc743b145f2f300d05f.tar.gz |
qt4: qt-mobility: fix QML video player crash
Fix QML video player crash which happens when attempting
to play OGG video files.
(From OE-Core rev: aadca104f18eb1df7495ec24649042276be01985)
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index 11aad8b25d..b3a3fada99 100644 --- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc +++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | |||
@@ -6,11 +6,14 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | |||
6 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" | 6 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" |
7 | 7 | ||
8 | SRC_URI = "http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-${PV}.tar.gz \ | 8 | SRC_URI = "http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-${PV}.tar.gz \ |
9 | file://qt-mobility-configure.patch " | 9 | file://qt-mobility-configure.patch \ |
10 | file://0001-gstvideoconnector-fixed-buffers-allocation.patch" | ||
10 | 11 | ||
11 | SRC_URI[md5sum]="ea5db5a8d3dd4709c2926dceda646bd8" | 12 | SRC_URI[md5sum]="ea5db5a8d3dd4709c2926dceda646bd8" |
12 | SRC_URI[sha256sum]="ee3c88975e04139ac9589f76d4be646d44fcbc4c8c1cf2db621abc154cf0ba44" | 13 | SRC_URI[sha256sum]="ee3c88975e04139ac9589f76d4be646d44fcbc4c8c1cf2db621abc154cf0ba44" |
13 | 14 | ||
15 | PR = "r1" | ||
16 | |||
14 | S = "${WORKDIR}/qt-mobility-opensource-src-${PV}" | 17 | S = "${WORKDIR}/qt-mobility-opensource-src-${PV}" |
15 | 18 | ||
16 | qtm_bin := "/usr/bin/${qtm_dir}" | 19 | qtm_bin := "/usr/bin/${qtm_dir}" |