summaryrefslogtreecommitdiff
path: root/package/libvpx/0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-07-31 10:41:44 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-04 22:49:48 +0200
commit0b178279908d6f03008fd585d9c00908b401b851 (patch)
tree4f28928d78f0847f286cd8d2c24f63ffe9ef5b59 /package/libvpx/0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch
parentad8b849b12c99085c5f1205f1410042fb5bc5897 (diff)
package/libvpx: Fix compilation when __uClinux__ is defined
<lddk.h> is a platform-specific header, which is not provided by any C library today. Fixes: http://autobuild.buildroot.net/results/ae7ba1d5979ebe39aace628fa8ff2c8f08a70a98/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libvpx/0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch')
-rw-r--r--package/libvpx/0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/package/libvpx/0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch b/package/libvpx/0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch
new file mode 100644
index 000000000..20f08c905
--- /dev/null
+++ b/package/libvpx/0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch
@@ -0,0 +1,30 @@
+From 90845a3a263e0f37b9c756c0b01377b9d1a225c9 Mon Sep 17 00:00:00 2001
+From: Bernd Kuhls <bernd.kuhls@t-online.de>
+Date: Sun, 31 Jul 2016 10:37:05 +0200
+Subject: [PATCH] vpx_mem/vpx_mem.h: do not include <lddk.h>
+
+The <lddk.h> header does not exist in most C libraries, and including
+it causes build failures.
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+---
+ vpx_mem/vpx_mem.h | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/vpx_mem/vpx_mem.h b/vpx_mem/vpx_mem.h
+index c14f288..82df745 100644
+--- a/vpx_mem/vpx_mem.h
++++ b/vpx_mem/vpx_mem.h
+@@ -12,9 +12,6 @@
+ #define VPX_MEM_VPX_MEM_H_
+
+ #include "vpx_config.h"
+-#if defined(__uClinux__)
+-# include <lddk.h>
+-#endif
+
+ #include <stdlib.h>
+ #include <stddef.h>
+--
+2.8.1
+