summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-dvbhddevice/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /media-plugins/vdr-dvbhddevice/files
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'media-plugins/vdr-dvbhddevice/files')
-rw-r--r--media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch b/media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch
new file mode 100644
index 000000000000..4107608797f5
--- /dev/null
+++ b/media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch
@@ -0,0 +1,11 @@
+--- a/dvbhdffdevice.h 2018-10-10 09:03:47.464147905 +0200
++++ b/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
++#define AUDIO_GET_PTS _IOR('o', 19, __u64)
++#endif
+ #ifndef __DVBHDFFDEVICE_H
+ #define __DVBHDFFDEVICE_H