diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0001-eLinux-build-ffmpegsumo-as-well.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0001-eLinux-build-ffmpegsumo-as-well.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0001-eLinux-build-ffmpegsumo-as-well.patch b/recipes-qt/qt5/qtwebengine/0001-eLinux-build-ffmpegsumo-as-well.patch deleted file mode 100644 index eb80afd2..00000000 --- a/recipes-qt/qt5/qtwebengine/0001-eLinux-build-ffmpegsumo-as-well.patch +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | From 72ff0b7d9600db642e2d2e95c78c70454bbdb5e7 Mon Sep 17 00:00:00 2001 | ||
2 | From: Zeno Albisser <zeno.albisser@theqtcompany.com> | ||
3 | Date: Fri, 30 Jan 2015 13:10:15 +0100 | ||
4 | Subject: [PATCH] eLinux: build ffmpegsumo as well. | ||
5 | |||
6 | This will only contain free codecs. | ||
7 | |||
8 | Change-Id: I021b2c121bf146abb24b7a90dd1c3580638b1058 | ||
9 | Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com> | ||
10 | |||
11 | Upstream-Status: Backport [ 72ff0b7d9600db642e2d2e95c78c70454bbdb5e7 from https://gitorious.org/qt/qtwebengine.git ] | ||
12 | --- | ||
13 | src/core/config/embedded_linux.pri | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/src/core/config/embedded_linux.pri b/src/core/config/embedded_linux.pri | ||
17 | index 4000625..773bf0b 100644 | ||
18 | --- a/src/core/config/embedded_linux.pri | ||
19 | +++ b/src/core/config/embedded_linux.pri | ||
20 | @@ -1,7 +1,7 @@ | ||
21 | GYP_ARGS += "-D qt_os=\"embedded_linux\" -I config/embedded_linux.gypi" | ||
22 | |||
23 | GYP_CONFIG += \ | ||
24 | - build_ffmpegsumo=0 \ | ||
25 | + build_ffmpegsumo=1 \ | ||
26 | configuration_policy=0 \ | ||
27 | desktop_linux=0 \ | ||
28 | disable_nacl=1 \ | ||
29 | -- | ||
30 | 1.9.1 | ||
31 | |||