Re: dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope

Klaus Schmidinger <[email protected]> Wed, 10 Oct 2018 11:50:53 +0200
Newsgroups gmane.linux.vdr
Message-ID <[email protected]>
On 10/10/18 11:46 AM, Martin Gansser wrote:
> I have contacted Andreas.
> 
> 
> On advice of Andreas, I have defined the IOCTL myself in the file dvbhdffdevice.h
> 
> this is the Patch: define_AUDIO_GET_PTS.patch
> with this patch i get this warnings: [2]
> 
> --- vdr-2.4.0/PLUGINS/src/dvbhddevice/dvbhdffdevice.h.orig	2018-10-10 09:03:47.464147905 +0200
> +++ vdr-2.4.0/PLUGINS/src/dvbhddevice/dvbhdffdevice.h	2018-10-10 09:04:59.353350738 +0200
> @@ -4,6 +4,9 @@
>    * See the README file for copyright information and how to reach the author.
>    */
>   
> +#ifndef AUDIO_GET_PTS              _IOR('o', 19, __u64)

This should just be

#ifndef AUDIO_GET_PTS

Klaus

_______________________________________________
vdr mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr