1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/mptsd/files/patch-libtsfuncs_pes__data.c
Dmitry Marakasov 84b6c91edc 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
2018-06-07 12:54:42 +00:00

11 lines
210 B
C

--- libtsfuncs/pes_data.c.orig 2011-09-16 12:32:55 UTC
+++ libtsfuncs/pes_data.c
@@ -7,6 +7,7 @@
*/
#include <stdlib.h>
#include <string.h>
+#include <stdint.h>
#include "tsdata.h"
#include "tsfuncs.h"