From 7cab06c52572fc108558b71d4dd7a0f934277ee7 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 10 Feb 2020 10:21:22 +0100 Subject: [PATCH] linuxdvb_mipsel.c: add missing define AUDIO_GET_PTS has been removed from kernel 4.8 --- libeplayer3/output/linuxdvb_mipsel.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libeplayer3/output/linuxdvb_mipsel.c b/libeplayer3/output/linuxdvb_mipsel.c index e289ff1..87c7025 100644 --- a/libeplayer3/output/linuxdvb_mipsel.c +++ b/libeplayer3/output/linuxdvb_mipsel.c @@ -52,6 +52,10 @@ /* Makros/Constants */ /* ***************************** */ +#ifndef AUDIO_GET_PTS _IOR('o', 19, __u64) +#define AUDIO_GET_PTS _IOR('o', 19, __u64) +#endif + #define cERR_LINUXDVB_NO_ERROR 0 #define cERR_LINUXDVB_ERROR -1