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>
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
19 #define VPX_MEM_VPX_MEM_H_
21 #include "vpx_config.h"
22 -#if defined(__uClinux__)