Re: dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope
"Martin Gansser" <[email protected]>
| Newsgroups | gmane.linux.vdr |
|---|---|
| Message-ID | <trinity-f10741b4-bd29-4e4b-9726-a20ac74e7a2d-1538125484403@3c-app-gmx-bs43> |
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.git2.1.fc30/x86_64/kernel-headers-4.19.0-0.rc5.git2.1.fc30.x86_64.rpm
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" <[email protected]>
An: [email protected]
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
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
_______________________________________________
vdr mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr