ok, the Fedora30 package [1] kernel-headers-4.19.0-0.rc5.git2.1.fc30.x86_64.rpm contains the file /usr/include/linux/dvb/audio.h, but definition #define AUDIO_GET_PTS _IOR('o', 19, __u64) fehlt.
[1] https://kojipkgs.fedoraproject.org//packages/kernel-headers/4.19.0/0.rc5.git... I don't know what to do, write to the packager, so he can put in this definition again ? or is there a other solution ?
thanks Martin
Gesendet: Freitag, 28. September 2018 um 10:45 Uhr Von: "Klaus Schmidinger" Klaus.Schmidinger@tvdr.de An: vdr@linuxtv.org Betreff: Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope On 9/28/18 10:21 AM, Martin Gansser wrote:
... dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope if (ioctl(fd_audio, AUDIO_GET_PTS, &pts) == -1) { ^~~~~~~~~~~~~ dvbhdffdevice.c:569:33: note: suggested alternative: 'VIDEO_GET_PTS' if (ioctl(fd_audio, AUDIO_GET_PTS, &pts) == -1) { ^~~~~~~~~~~~~ VIDEO_GET_PTS
AUDIO_GET_PTS is defined in /usr/include/linux/dvb/audio.h. Maybe this isn't included correctly, or you have a wrong version of it?
Klaus
_______________________________________________ vdr mailing list vdr@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr