diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-07 12:54:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-07 12:54:42 +0000 |
commit | 84b6c91edc38c8b314bffec8095719e0f485b749 (patch) | |
tree | 3a1b12fa54dbe5e7fb220d5cfd26636da8bbbc63 /net/mptsd/files/patch-libtsfuncs_tsfuncs.h | |
parent | Limit portscout to 1.x. (diff) |
mptsd receives mpegts streams from multicast (udp/rtp) or http and
combines them into one multiple program stream that is suitable for
outputing to DVB-C modulator.
WWW: https://github.com/gfto/mptsd
Notes
Notes:
svn path=/head/; revision=471913
Diffstat (limited to 'net/mptsd/files/patch-libtsfuncs_tsfuncs.h')
-rw-r--r-- | net/mptsd/files/patch-libtsfuncs_tsfuncs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/mptsd/files/patch-libtsfuncs_tsfuncs.h b/net/mptsd/files/patch-libtsfuncs_tsfuncs.h new file mode 100644 index 000000000000..a25511de64d4 --- /dev/null +++ b/net/mptsd/files/patch-libtsfuncs_tsfuncs.h @@ -0,0 +1,10 @@ +--- libtsfuncs/tsfuncs.h.orig 2012-01-05 12:41:01 UTC ++++ libtsfuncs/tsfuncs.h +@@ -8,6 +8,7 @@ + #ifndef LIBTS_TSFUNCS_H + #define LIBTS_TSFUNCS_H + ++#include <stdint.h> + #include <time.h> + #include <netdb.h> + |