mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libcdio:
- add patch for newer kernel (taken from geexbox)
This commit is contained in:
parent
b5fca90bfa
commit
dacf8b3f3b
13
packages/audio/libcdio/patches/20_u8-type.diff
Normal file
13
packages/audio/libcdio/patches/20_u8-type.diff
Normal file
@ -0,0 +1,13 @@
|
||||
diff -Naur libcdio-0.80.orig/lib/driver/gnu_linux.c libcdio-0.80/lib/driver/gnu_linux.c
|
||||
--- libcdio-0.80.orig/lib/driver/gnu_linux.c 2010-02-17 23:21:04.260757228 +0100
|
||||
+++ libcdio-0.80/lib/driver/gnu_linux.c 2010-02-17 23:21:28.273257431 +0100
|
||||
@@ -30,6 +30,9 @@
|
||||
|
||||
static const char _rcsid[] = "$Id: gnu_linux.c,v 1.28 2007/03/07 04:35:47 rocky Exp $";
|
||||
|
||||
+#define u8 uint8_t
|
||||
+#include <inttypes.h>
|
||||
+
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <sys/types.h>
|
Loading…
x
Reference in New Issue
Block a user