0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch 742 B

123456789101112131415161718192021222324252627282930
  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>
  5. The <lddk.h> header does not exist in most C libraries, and including
  6. it causes build failures.
  7. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  8. ---
  9. vpx_mem/vpx_mem.h | 3 ---
  10. 1 file changed, 3 deletions(-)
  11. diff --git a/vpx_mem/vpx_mem.h b/vpx_mem/vpx_mem.h
  12. index c14f288..82df745 100644
  13. --- a/vpx_mem/vpx_mem.h
  14. +++ b/vpx_mem/vpx_mem.h
  15. @@ -12,9 +12,6 @@
  16. #define VPX_VPX_MEM_VPX_MEM_H_
  17. #include "vpx_config.h"
  18. -#if defined(__uClinux__)
  19. -#include <lddk.h>
  20. -#endif
  21. #include <stdlib.h>
  22. #include <stddef.h>
  23. --
  24. 2.8.1