python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libvpx / 0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch
blob20f08c905a0bbba510a24b94f3b349c7357ab54a
1 From 90845a3a263e0f37b9c756c0b01377b9d1a225c9 Mon Sep 17 00:00:00 2001
2 From: Bernd Kuhls <bernd.kuhls@t-online.de>
3 Date: Sun, 31 Jul 2016 10:37:05 +0200
4 Subject: [PATCH] vpx_mem/vpx_mem.h: do not include <lddk.h>
6 The <lddk.h> header does not exist in most C libraries, and including
7 it causes build failures.
9 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
10 ---
11 vpx_mem/vpx_mem.h | 3 ---
12 1 file changed, 3 deletions(-)
14 diff --git a/vpx_mem/vpx_mem.h b/vpx_mem/vpx_mem.h
15 index c14f288..82df745 100644
16 --- a/vpx_mem/vpx_mem.h
17 +++ b/vpx_mem/vpx_mem.h
18 @@ -12,9 +12,6 @@
19 #define VPX_MEM_VPX_MEM_H_
21 #include "vpx_config.h"
22 -#if defined(__uClinux__)
23 -# include <lddk.h>
24 -#endif
26 #include <stdlib.h>
27 #include <stddef.h>
28 --
29 2.8.1