mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
dvblast: remove 3.14 patch
This commit is contained in:
parent
bd6f23cc2e
commit
0d43735902
@ -1,16 +0,0 @@
|
||||
diff --git a/dvb.c b/dvb.c
|
||||
index d1c8409..52ff3c2 100644
|
||||
--- a/dvb.c
|
||||
+++ b/dvb.c
|
||||
@@ -86,6 +86,11 @@ static void FrontendRead(struct ev_loop *loop, struct ev_io *w, int revents);
|
||||
static void FrontendLockCb(struct ev_loop *loop, struct ev_timer *w, int revents);
|
||||
static void FrontendSet( bool b_reset );
|
||||
|
||||
+// aml 3.14 is meh ?
|
||||
+#ifndef fe_caps_t
|
||||
+typedef enum fe_caps fe_caps_t;
|
||||
+#endif
|
||||
+
|
||||
/*****************************************************************************
|
||||
* dvb_Open
|
||||
*****************************************************************************/
|
Loading…
x
Reference in New Issue
Block a user