diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-05-07 14:39:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-08 15:16:07 +0200 |
commit | 66dc7a41fd88d266031d5fbe87fe9a18ebe02a36 (patch) | |
tree | 3b619552ab312198cedc90ea560b286bc2c4c9ef /package/freeswitch/0002-mod_cv-remove-unneeded-includes.patch | |
parent | 60b843edf0b53397b6712a3a3b30bdf9f5ff7237 (diff) | |
download | buildroot-66dc7a41fd88d266031d5fbe87fe9a18ebe02a36.tar.gz buildroot-66dc7a41fd88d266031d5fbe87fe9a18ebe02a36.zip |
package/freeswitch: bump version to 1.6.8
Removed patches applied upstream:
https://freeswitch.org/stash/projects/FS/repos/freeswitch/commits/eadb3f890f6e7ba3b3ca23c6feb144fb35d304ce
https://freeswitch.org/stash/projects/FS/repos/freeswitch/commits/b024c752fb2e9789fdbaf769be9998f62bb5c483
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freeswitch/0002-mod_cv-remove-unneeded-includes.patch')
-rw-r--r-- | package/freeswitch/0002-mod_cv-remove-unneeded-includes.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/package/freeswitch/0002-mod_cv-remove-unneeded-includes.patch b/package/freeswitch/0002-mod_cv-remove-unneeded-includes.patch deleted file mode 100644 index f2113632a0..0000000000 --- a/package/freeswitch/0002-mod_cv-remove-unneeded-includes.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 83774b612a39ae81d1a4c9a4ca14278cd9e674e7 Mon Sep 17 00:00:00 2001 -From: Bernd Kuhls <bernd.kuhls@t-online.de> -Date: Thu, 21 Apr 2016 19:10:52 +0200 -Subject: [PATCH 1/1] mod_cv: remove unneeded includes - -OpenCV contains various modules which have inter-module dependencies. -While including freeswitch into buildroot we stumbled over the fact -that mod_cv.cpp includes more headers than needed[1]. These OpenCV -headers are generic headers which require more OpenCV modules enabled -than really used by Freeswitch. The attached fixes the problem. - -[1] http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/146662 - -Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> -[Patch sent upstream: https://freeswitch.org/jira/browse/FS-9093] ---- - src/mod/applications/mod_cv/mod_cv.cpp | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/src/mod/applications/mod_cv/mod_cv.cpp b/src/mod/applications/mod_cv/mod_cv.cpp -index 5183adc..5c10b8d 100644 ---- a/src/mod/applications/mod_cv/mod_cv.cpp -+++ b/src/mod/applications/mod_cv/mod_cv.cpp -@@ -40,9 +40,6 @@ using namespace cv; - - #include <switch.h> - --#include <cv.h> --#include "cvaux.h" --#include "cxmisc.h" - #include "highgui.h" - #include <stdio.h> - #include <stdlib.h> --- -2.8.0.rc3 - |